Skip to content

Commit

Permalink
Merge pull request #187 from aleixpol/work/apol/disable-when-hidden
Browse files Browse the repository at this point in the history
Make sure PressArea gets reset when the keyboard hides
  • Loading branch information
dobey authored Mar 13, 2023
2 parents 678e44c + 41253c8 commit 8b709f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qml/keys/PressArea.qml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ MultiPointTouchArea {
holdTimer.stop();
}

enabled: MaliitGeometry.shown

touchPoints: [
TouchPoint {
id: point
Expand Down

0 comments on commit 8b709f4

Please sign in to comment.