summaryrefslogtreecommitdiff
path: root/src/controls/Private/TextInputWithHandles.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-02-03 12:16:29 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-02-04 14:11:28 +0000
commit5f7f27759e23fb1e5f3779a580adcf5bb6d5ecd6 (patch)
tree46c6dc99752ea4492c43758f0e49cd971653e09f /src/controls/Private/TextInputWithHandles.qml
parent31803eb51bb2dde55776317b678d48d76f0e27fe (diff)
downloadqtquickcontrols-5f7f27759e23fb1e5f3779a580adcf5bb6d5ecd6.tar.gz
Disable hover on touch
Task-number: QTBUG-44267 Change-Id: I467f08ae6c5264b7e858022af9ff293117434018 Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
Diffstat (limited to 'src/controls/Private/TextInputWithHandles.qml')
-rw-r--r--src/controls/Private/TextInputWithHandles.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/TextInputWithHandles.qml b/src/controls/Private/TextInputWithHandles.qml
index 75ca947f..6f4abd39 100644
--- a/src/controls/Private/TextInputWithHandles.qml
+++ b/src/controls/Private/TextInputWithHandles.qml
@@ -102,7 +102,7 @@ TextInput {
MouseArea {
id: mouseArea
anchors.fill: parent
- hoverEnabled: true
+ hoverEnabled: Settings.hoverEnabled
cursorShape: Qt.IBeamCursor
acceptedButtons: (input.selectByMouse ? Qt.NoButton : Qt.LeftButton) | (control.menu ? Qt.RightButton : Qt.NoButton)
onClicked: {