facelessuser / Rummage

Rummage is a GUI for grep like searches in Python
https://facelessuser.github.io/Rummage/
MIT License
74 stars 10 forks source link

Visual glitch with static line separators (macOS) - upstream issue #446

Open facelessuser opened 1 year ago

facelessuser commented 1 year ago

The current version(s) of wxPython (or maybe it is wxWidgets - the underlying library) has a bug with static line separators on specifically macOS. Horizontal lines don't render and vertical lines render poorly. This issue is to remain open until it is fixed so we can remove the workaround at some future time.

How things used to look.

preview

How things look now.

Screenshot 2023-06-29 at 7 48 11 AM

We will be hiding vertical line separators until this is fixed. It will at least match the horizontal line glitch.