mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Fixed scrolled widgets not scrolling fully (or at all)
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user