Fixed Gtk critical in GUI excomp thanks to Pandagrapher

This commit is contained in:
Desmis
2020-05-16 12:39:37 +02:00
parent 98e2e964d0
commit e2c562d806
2 changed files with 3 additions and 3 deletions

View File

@@ -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));