summaryrefslogtreecommitdiffstats
path: root/src/controls/Private/TextInputWithHandles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/TextInputWithHandles.qml')
-rw-r--r--src/controls/Private/TextInputWithHandles.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/TextInputWithHandles.qml b/src/controls/Private/TextInputWithHandles.qml
index cace83f64..59ba971e8 100644
--- a/src/controls/Private/TextInputWithHandles.qml
+++ b/src/controls/Private/TextInputWithHandles.qml
@@ -38,6 +38,7 @@
**
****************************************************************************/
import QtQuick 2.2
+import QtQuick.Controls.Private 1.0
TextInput {
id: input
@@ -71,6 +72,7 @@ TextInput {
selectionHandle.position = (selectionStart !== cursorPosition) ? selectionStart : selectionEnd
blockRecursion = false
}
+ TextSingleton.updateSelectionItem(input)
}
function activate() {