Skip to content

Commit 55845a9

Browse files
committed
Fix the ctrl keypad key highlight
For some reason it was explicitly forced to be never shown as active.
1 parent 8829bee commit 55845a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qml/Keypad.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ Rectangle {
333333
anchors.leftMargin: 5
334334
active_color: "#cce"
335335
back_color: "#bbf"
336-
active: false
337336
font_color: "#222"
338337
}
339338

0 commit comments

Comments
 (0)