Fixed Gtk critical in GUI excomp thanks to Pandagrapher
This commit is contained in:
@@ -201,8 +201,8 @@ Locallab::Locallab():
|
||||
panel->pack_start(*toolpanel, false, false);
|
||||
|
||||
// Add separator
|
||||
Gtk::HSeparator* const separator2 = Gtk::manage(new Gtk::HSeparator());
|
||||
// panel->pack_start(*separator2, false, false);
|
||||
// Gtk::HSeparator* const separator2 = Gtk::manage(new Gtk::HSeparator());
|
||||
// panel->pack_start(*separator2, false, false);
|
||||
|
||||
// Add mask reset button to panel widget
|
||||
resetshowButton->signal_pressed().connect(sigc::mem_fun(*this, &Locallab::resetshowPressed));
|
||||
|
@@ -2361,7 +2361,7 @@ LocallabExposure::LocallabExposure():
|
||||
pack_start(*structexp);
|
||||
pack_start(*blurexpde);
|
||||
ToolParamBlock* const toolBox = Gtk::manage(new ToolParamBlock());
|
||||
toolBox->pack_start(*expcomp);
|
||||
// toolBox->pack_start(*expcomp);
|
||||
toolBox->pack_start(*black);
|
||||
toolBox->pack_start(*hlcompr);
|
||||
toolBox->pack_start(*hlcomprthresh);
|
||||
|
Reference in New Issue
Block a user