Skip to content

Commit

Permalink
Fix the ctrl keypad key highlight
Browse files Browse the repository at this point in the history
For some reason it was explicitly forced to be never shown as active.
  • Loading branch information
Vogtinator committed Dec 25, 2022
1 parent 8829bee commit 55845a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qml/Keypad.qml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ Rectangle {
anchors.leftMargin: 5
active_color: "#cce"
back_color: "#bbf"
active: false
font_color: "#222"
}

Expand Down

0 comments on commit 55845a9

Please sign in to comment.