Fix for left pane not appearing after closing, thanks to @Hombre57

This commit is contained in:
Thanatomanic 2018-08-20 08:50:19 +02:00
parent 12ab150c0a
commit af4217d20b

View File

@ -522,6 +522,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
leftsubbox->show_all ();
leftbox->pack2 (*leftsubbox, true, true);
leftbox->show_all ();
// build the middle of the screen
Gtk::Box* editbox = Gtk::manage (new Gtk::Box (Gtk::ORIENTATION_VERTICAL));