arch1t3cht / Aegisub

Cross-platform advanced subtitle editor, with new feature branches. Read the README on the feature branch.
http://www.aegisub.org
Other
695 stars 32 forks source link

'Toolbar Icon Size' broken? #99

Closed McBaws closed 8 months ago

McBaws commented 8 months ago

Feature release 10 and 11 have different behaviour when it comes to this option.

I am using a 3072x1920 display at 175% scaling on Windows. Haven't tested this on any other machines.

Feature release 10: Size 23 Size 24 Size 32

Feature release 11: Size 23 Size 24 Size 32

As you can see, in release 11 the icons start off with a larger size, and the icons are weirdly pixelated. Could this be linked to the scaling factor?

It seems like the icons have the same pixellation at different sizes on both releases, but the icons are just bigger in 11, making them look weird.

arch1t3cht commented 8 months ago

I verified now that this was due to bumping wxWidgets from 3.1.4 to 3.1.7. Nothing regarding icon scaling changed in Aegisub's code since feature_10 either. I'll look into this more when I have time, but if all else fails I'll just see if I can revert the bump for now.