ENABLE_LAYOUT_NO_RESTART -> Added an extra sizer to Mainframe to avoid hiding the entire application when switching the layout type

This commit is contained in:
enricoturri1966 2020-06-29 15:23:24 +02:00
parent c10f6a622d
commit 6a7efbbf96
3 changed files with 13 additions and 13 deletions

View file

@ -76,6 +76,7 @@ class MainFrame : public DPIFrame
wxMenuItem* m_menu_item_repeat { nullptr }; // doesn't used now
#endif
wxMenuItem* m_menu_item_reslice_now { nullptr };
wxSizer* m_main_sizer{ nullptr };
PrintHostQueueDialog *m_printhost_queue_dlg;