Skip to content

Commit

Permalink
Virtual keyboard: Add a touch area so item behind are not recieving e…
Browse files Browse the repository at this point in the history
…vents
  • Loading branch information
ogoffart committed Apr 23, 2024
1 parent 7c3f868 commit 08eb181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/virtual_keyboard/ui/virtual_keyboard.slint
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ export component VirtualKeyboard {

preferred-width: 100%;

TouchArea {}

Rectangle {
background: Palette.color-scheme == ColorScheme.dark ? #1c1c1c : #d4d4d4;
height: 100%;
Expand Down

0 comments on commit 08eb181

Please sign in to comment.