Fixed scrolled widgets not scrolling fully (or at all)

This commit is contained in:
Luke Le Moignan
2022-12-27 13:12:17 +00:00
parent 4c9e6fc735
commit 1444defc03
3 changed files with 15 additions and 5 deletions
+3
View File
@@ -39,6 +39,9 @@ private:
static const int label_margin = 10;
int label_width;
int cached_thumb_pos = 0;
int cached_scroll = 0;
DECLARE_EVENT_TABLE();
void onSize(wxSizeEvent&);