aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/CursorDelegate.qml
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-04 14:45:45 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-07-04 14:45:46 +0200
commit6dd8ac17197a501fbad58c4468b1dd9a64a3fec8 (patch)
tree913181de10c71d5616e403a407dd25d0c8809077 /src/imports/controls/material/CursorDelegate.qml
parentb784d232b2f3de4624ae6dd28c3f74eeb08b2e79 (diff)
parentfa0a2860e9ca7bb035fec21ceb0dfe919c7d0dca (diff)
Merge remote-tracking branch 'origin/5.13' into dev
Conflicts: .qmake.conf Change-Id: Ib55ecb95e5ae47cc7a46f136a2f2eb158676ea34
Diffstat (limited to 'src/imports/controls/material/CursorDelegate.qml')
-rw-r--r--src/imports/controls/material/CursorDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/material/CursorDelegate.qml b/src/imports/controls/material/CursorDelegate.qml
index f472e8ae..1626a6fb 100644
--- a/src/imports/controls/material/CursorDelegate.qml
+++ b/src/imports/controls/material/CursorDelegate.qml
@@ -55,7 +55,7 @@ Rectangle {
Timer {
id: timer
- running: cursor.parent.activeFocus && !cursor.parent.readOnly
+ running: cursor.parent.activeFocus && !cursor.parent.readOnly && interval != 0
repeat: true
interval: Qt.styleHints.cursorFlashTime / 2
onTriggered: cursor.opacity = !cursor.opacity ? 1 : 0