-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Win32] Table and Tree use light background, if disabled and EraseItem event is registered #1836
Comments
Hi @tmssngr
Slight modifications done in display.addListener(), not much. My observation here is as below So from this atleast i feel when first created all the widgets get background(white) then when skin is applied respective theme gets applied. On top of it as you set with setBackground gets applied. Can you try this and see what you want can be achieved or not? fyi : I tried to map colors from ControlExample -> Tree/Table -> change background "change" custom color palatte. |
Sorry, I don't understand what you suggest. Your change only sets different gray colors, the problem remains. |
Describe the bug
For a dark theme the background color of a disabled Tree or Table is white.
To Reproduce
Run this snippet on Windows and toggle the "enabled" checkbox:
Expected behavior
In both cases, enabled and disabled, the set background color should be used.
Screenshots

enabled:
disabled:

Environment:
The text was updated successfully, but these errors were encountered: