haganbmj / MagicSetEditor2

Magic Set Editor is a program for designing trading cards
Other
21 stars 8 forks source link

Fixed scrolled widgets not scrolling fully (or at all) #54

Closed llemoi closed 1 year ago

llemoi commented 1 year ago

Fixes the widget scrolling issue in #46 and an, as it turns out, unrelated issue that made it impossible to scroll the Styling Options list (on Linux, wx's GTK backend).

(Both were ultimately because the existing MSE code was actively preventing the scroll position from being set correctly.)

haganbmj commented 1 year ago

Not surprised that MSE was doing something custom. There seems to be a lot of that and it doesn't always translate to other platforms. Lemme give this a try on Windows and just verify that still is happy.