aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-05-25 16:41:14 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-05 03:22:18 +0200
commit5b83c3c27f95f14fba11d905a293797ebc543bf2 (patch)
tree0447a2b3741a81d968f87b0754292318c33351d2 /tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml
parent1346c668cb65a8906cf31fc7e5a3a5f817f15af6 (diff)
Ensure the cursor delegate position is updated on text changes.
Change-Id: I7518aa5969ea45538feccb87f4c296db6b7d6944 Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml')
-rw-r--r--tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml b/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml
index 2f43449052..31ee01db99 100644
--- a/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml
+++ b/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml
@@ -6,6 +6,7 @@ Rectangle { width: 300; height: 300; color: "white"
text: "Hello world!"
id: textInputObject;
objectName: "textInputObject"
+ width: 300; height: 300
wrapMode: TextInput.Wrap
cursorDelegate: Cursor {
id:cursorInstance;