Phoenix icon indicating copy to clipboard operation
Phoenix copied to clipboard

Static Lines on macOS with wxPython 4.2.1 do not render properly

Open facelessuser opened this issue 2 years ago • 3 comments

Operating system: macOS 13.3.1 wxPython version & source: pypi 4.2.1 Python version & source: python 3.10 and Python 3.11 (from Python.org installer)

Description of the problem:

Horizontal static lines do not render on macOS. This was apparently present in at least the 4.1.X series, but now vertical static lines render quite poorly.

Screenshot 2023-06-29 at 7 38 19 AM

facelessuser avatar Jun 29 '23 13:06 facelessuser

Appears to be related to this issue as well: https://github.com/wxWidgets/Phoenix/issues/2384

facelessuser avatar Jun 29 '23 13:06 facelessuser

It seems unlikely this is due to anything in wxPython. Can you please test in wxWidgets and see if you see the problem there? It looks like the samples (e.g., the widgets one) have wxStaticLines, so you can probably just compile wxWidgets and the samples.

swt2c avatar Jun 29 '23 14:06 swt2c

You are likely right that it is related to wxWidgets. I will have to see if I can make the time to compile wxWidgets and go that route of validation.

facelessuser avatar Jun 29 '23 14:06 facelessuser