Closed TV4Fun closed 2 years ago
If your OS is set to use a dark profile, explicitly setting a white background can make text unreadable. Instead, just leave it at the default for non-selected files.
Just noticed that setting bg=None doesn't actually work if the item was previously selected (it stays green). Let me find a better fix.
bg=None
Pulling the fill color explicitly from Style() works the way it should.
Style()
If your OS is set to use a dark profile, explicitly setting a white background can make text unreadable. Instead, just leave it at the default for non-selected files.