pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.61k stars 406 forks source link

fix runtime bitmap scaling error on macos sonoma #2544

Closed Grange-Nagy closed 10 months ago

Grange-Nagy commented 10 months ago

This little change combined with the other changes in this branch + dependency updates makes pyfa run on macos sonoma

some part of the upgrade breaks the rendering of fits when dragged in the interface on macos (including on Ventura), which should be fixed, but having the release work on latest os version is more important.

Part of wx upgrade also made pyfa reactive to system theme (Dark mode) which does not look great, working on making it look nicer

Tested on M1 Mac, x86 Mac, and Windows