-
Notifications
You must be signed in to change notification settings - Fork 253
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
Ugly drawing of selection in report mode when VCL Styles are used #743
Comments
- Return current styles highlight color as FocusedSelectionBorderColor
I submitted a PR that fixes the "white rectangle" problem when VCL styles are enabled for both screenshots above. The black rectangles in the first screenshot were caused by using a "too old" version of VirtualTreeView in my test application. |
Thanks for the PR, grid mode looks much better now with VCL themes. |
As a sidenote, I might also take a look at the highlight font when VCL Styles are enabled. I guess the real highlight font in Amakrits is not the same, almost unreadable, gray as the normal font. |
When VCL styles are enabled, the highlight/selection of the treeview looks very ugly in report mode.
I'm specifically talking about the black/white rectangles around the indivdual columns and the selection
It looks like the general behaviour doesn't depend on the particular VCL style. Only the colors change. I have attached a demo project that uses 'Amakrits' and the result is just the same, only the rectangles are white now.
Test Project: vstTest.zip
The text was updated successfully, but these errors were encountered: