diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-20 21:10:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-20 21:10:49 +0200 |
| commit | 5da8d7521a600a5924fd10c52db21a367db72f97 (patch) | |
| tree | d590a8f21864a2ec1f5574e7424efa8f6fb94fd5 /src/wx/content_panel.h | |
| parent | ed94e34207c9d8dbd495ca4b0ef468b79126f26a (diff) | |
Try to improve splitter behaviour when shrinking and then enlarging
the main window (#1839).
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 52a7e9f3c..df5c58ebd 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -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; }; |
