aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-08-07 12:22:49 +0200
committerJaquee <jaquee.monero@gmail.com>2017-11-03 16:57:11 +0100
commit44079aab37432ba5a81f347c6eb1c3a899efbcb6 (patch)
treedde3cb466461315017e0f0c80fb176318ff813fa /MiddlePanel.qml
parenta57da2f0cdd5e4b48936cf3d0973df04beab0cd9 (diff)
downloadmonzero-gui-44079aab37432ba5a81f347c6eb1c3a899efbcb6.tar.gz
monzero-gui-44079aab37432ba5a81f347c6eb1c3a899efbcb6.tar.xz
monzero-gui-44079aab37432ba5a81f347c6eb1c3a899efbcb6.zip
android fix: release focus after scrolling
Diffstat (limited to 'MiddlePanel.qml')
-rw-r--r--MiddlePanel.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 18568f28..f8a1d2df 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -166,6 +166,11 @@ Rectangle {
Layout.fillWidth: true
Layout.fillHeight: true
clip: true
+
+ onFlickingChanged: {
+ releaseFocus();
+ }
+
// Disabled scrollbars, gives crash on startup on windows
// ScrollIndicator.vertical: ScrollIndicator { }
// ScrollBar.vertical: ScrollBar { } // uncomment to test