Fixes "Gtk-CRITICAL: gtk_box_pack assertion failed" messages

This commit is contained in:
Pandagrapher
2019-01-06 10:29:39 +01:00
parent 7ccd901ad1
commit 7a33c69b57
2 changed files with 4 additions and 4 deletions

View File

@@ -181,8 +181,8 @@ protected:
TextOrIcon* toiW;
TextOrIcon* toiL;
Gtk::Image* imgPanelEnd[7];
Gtk::VBox* vbPanelEnd[7];
Gtk::Image* imgPanelEnd[8];
Gtk::VBox* vbPanelEnd[8];
Gtk::ScrolledWindow* favoritePanelSW;
Gtk::ScrolledWindow* exposurePanelSW;