Try to improve splitter behaviour when shrinking and then enlarging
[dcpomatic.git] / src / wx / content_panel.h
index 52a7e9f3c2bab045243171d54635169de478545d..df5c58ebd0450ebaaa7240cb0bab3839ffcfce1b 100644 (file)
@@ -54,6 +54,12 @@ public:
        }
 
        void first_shown (wxWindow* top, wxWindow* bottom);
+
+private:
+       void sized (wxSizeEvent& ev);
+
+       bool _first_shown;
+       int const _top_panel_minimum_size;
 };