Alexander Maryanovsky

Results 138 comments of Alexander Maryanovsky

Here is the parent and the text widgets with the regular text: ``` Widget: name = 'panel' class = bases = (,) module = id = -31562 style = 2621440...

Ok, this is a larger problem: If I change the line that creates this label to: ``` box.Add(wx.StaticText(parent, wx.ID_ANY, damageType.capitalize() + ' '), 0, wx.ALIGN_LEFT) ``` Then it looks correct:

The stats panel is full of these, by the way:

Updating to wxPython 4.1.0 fixes this, and also makes PyFa use Mac OS X's Dark Mode:

Unfortunately, it appears that ``` bmp.SetSize((bmp.GetWidth() // scale, bmp.GetHeight() // scale)) ``` fails on wxPython 4.1.0 with: ``` pyfa v2.24.1 EVE Data Version: 1777281 (2020-07-28 11:14:33) OS version: Darwin-19.5.0-x86_64-i386-64bit Python...

Maybe this can be of use: https://groups.google.com/forum/#!topic/wxpython-users/EV5rOSohRCE I'll try and see whether that helps.

The last version I know worked (about two years ago) is `4.0.0b2`, but now I can't even get it to install. It fails with ``` checking if C++ compiler (g++...

I went back as far as 2.9.1 and it has the same bug. I think it's a combination of latest Mac OS X and old(er) wxPython.

When running with wxPython 4.0.6, but not 4.1.0, I get this printed to the console a bunch of times: ``` 2020-07-30 09:56:10.157 Python[12064:648175] CoreText note: Client requested name ".SFNS-Regular", it...