Skip to content

Commit

Permalink
[ToolButton] Fixup indication of pressing
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Oct 25, 2023
1 parent a7532b6 commit 9726539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/qml/ToolButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Item {
id: iconImage
width: Theme.itemHeightExtraSmall
height: Theme.itemHeightExtraSmall
color: Theme.accentColor
color: bMouseArea.pressed ? Theme.accentColor : active ? Theme.accentColor : Theme.textColor
anchors.centerIn: parent
fillMode: Image.PreserveAspectFit
}
Expand Down

0 comments on commit 9726539

Please sign in to comment.