Fix for left pane not appearing after closing, thanks to @Hombre57
This commit is contained in:
parent
12ab150c0a
commit
af4217d20b
@ -522,6 +522,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
|||||||
leftsubbox->show_all ();
|
leftsubbox->show_all ();
|
||||||
|
|
||||||
leftbox->pack2 (*leftsubbox, true, true);
|
leftbox->pack2 (*leftsubbox, true, true);
|
||||||
|
leftbox->show_all ();
|
||||||
|
|
||||||
// build the middle of the screen
|
// build the middle of the screen
|
||||||
Gtk::Box* editbox = Gtk::manage (new Gtk::Box (Gtk::ORIENTATION_VERTICAL));
|
Gtk::Box* editbox = Gtk::manage (new Gtk::Box (Gtk::ORIENTATION_VERTICAL));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user