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

HiDPI + linux #2180

Open DarkFenX opened 4 years ago

DarkFenX commented 4 years ago

It actually worked almost flawlessly for a while, but lacked hi-res bitmap support (i.e. all the assets used were normal resolution, even when high resolution assets are available). It affects matplotlib-produced graphs too.

I tried making pyfa to use hi-res images, but to no avail. Created upstream issue on it: https://github.com/wxWidgets/Phoenix/issues/1611 Also, there is a number of issues which prevents us from upgrading to wx 4.1.0: #2174

YaarPodshipnik commented 4 years ago

I've noticed some problems of HiDPI as well, with VectorPicker. PR coming soon.