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

Setting background color of ListCtrl on macOS causes white scroll square #417

Closed facelessuser closed 3 years ago

facelessuser commented 3 years ago

The square where the horz and vert scrollbar meet becomes white on macOS if background gets set (to any color). Just read the color and calculate the alt list color, no need to set background to wx.NullColour.

facelessuser commented 3 years ago

@gir-bot lgtm