Skip to content

gtk3, gtk4: Fix broken states and colors

Artem Grinev requested to merge agrinev/breeze-gtk:broken-states-fix into master
  • Improves checkboxes:

    • Adds sunken state on mouse press
    • Fixes inactive coloring

    image

  • Removes backdrop (inactive window) state from treeview expander arrow. It breaks colors sometimes and QStyle doesn't have it anyway

  • Fixes spinbutton controls' icons color. Was set to the same as background previously leading to invisible icons.

Edited by Artem Grinev

Merge request reports