Skip to content

Comments

wxGUI/lmgr: fix unfocused Layers pane wx.ListCtrl widget row background color#3264

Merged
tmszi merged 1 commit intoOSGeo:mainfrom
tmszi:wxgui-fix-unfocused-layers-pane-listctrl-widget-row-bg-color
Nov 27, 2023
Merged

wxGUI/lmgr: fix unfocused Layers pane wx.ListCtrl widget row background color#3264
tmszi merged 1 commit intoOSGeo:mainfrom
tmszi:wxgui-fix-unfocused-layers-pane-listctrl-widget-row-bg-color

Conversation

@tmszi
Copy link
Member

@tmszi tmszi commented Nov 26, 2023

Fixes #3263.

@tmszi tmszi added bug Something isn't working GUI wxGUI related macOS macOS specific backport to 8.3 labels Nov 26, 2023
@tmszi tmszi added this to the 8.3.2 milestone Nov 26, 2023
@tmszi tmszi self-assigned this Nov 26, 2023
Copy link
Contributor

@nilason nilason left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good to me!

@tmszi tmszi merged commit abe82c4 into OSGeo:main Nov 27, 2023
@tmszi tmszi deleted the wxgui-fix-unfocused-layers-pane-listctrl-widget-row-bg-color branch November 27, 2023 15:28
tmszi added a commit to tmszi/grass that referenced this pull request Nov 27, 2023
@petrasovaa
Copy link
Contributor

Would it make sense to remove that gradient altogether for all platforms? Simpler, consistent look may be better, no?

@tmszi
Copy link
Member Author

tmszi commented Nov 28, 2023

Would it make sense to remove that gradient altogether for all platforms? Simpler, consistent look may be better, no?

Formally I agree with you, but the reason I decided not to disable the gradient row color on other OS platforms is that on wxGTK with the default Adwaita GTK+ theme, the background color of the selected layer row blended with the color of the checkbox widget:

Disabled gradient color:

wxgui_layers_pane_listctrl_row_disabled_gradient_color

Enabled gradient color:

wxgui_layers_pane_listctrl_row_enabled_gradient_color

@petrasovaa
Copy link
Contributor

Thanks, I see, I think it is OK either way, but let's keep it then.

HuidaeCho pushed a commit to HuidaeCho/grass that referenced this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working GUI wxGUI related macOS macOS specific

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] wxGUI unfocuced Layers pane wx.ListCtrl widget row with map name can't be read

4 participants