shimmerproject / Greybird

Desktop Suite for Xfce
https://shimmerproject.org
Other
422 stars 78 forks source link

Bugfix: removed background color for non-bg items #305

Closed DarkTrick closed 3 years ago

DarkTrick commented 3 years ago

There's was bug in the last commit: Widgets, that should not have a bg color would now have one under certain circumstances. This fix solves the problem.

ochosi commented 3 years ago

The patch looks trivial, but how can I reproduce the bug?

DarkTrick commented 3 years ago

Open gtk3-widget-factory, open Page 3, in the list in the bottom left: select an entry, focus another application. image

( FYI: you will also see, that that selection is not going to be backdroped, like all the other widgets. Gtk works in mysterious ways here, this will need more time to adjust.)