summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-15 12:24:51 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-15 12:24:51 (GMT)
commit4f46562b01cc068cd940281f71061386d7f4ecc3 (patch)
tree523fa14f5f8b5c3a66464494425661be6f2c5d99 /src/declarative
parent1637d135906296b2a32f17ed20c86869dc1667e8 (diff)
parente7b372e4705451dfd4443db7e6fc64d4b8f30c68 (diff)
downloadQt-4f46562b01cc068cd940281f71061386d7f4ecc3.zip
Qt-4f46562b01cc068cd940281f71061386d7f4ecc3.tar.gz
Qt-4f46562b01cc068cd940281f71061386d7f4ecc3.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextinput.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextinput.cpp b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
index 637dd77..0903427 100644
--- a/src/declarative/graphicsitems/qdeclarativetextinput.cpp
+++ b/src/declarative/graphicsitems/qdeclarativetextinput.cpp
@@ -1464,6 +1464,7 @@ void QDeclarativeTextInputPrivate::init()
void QDeclarativeTextInput::cursorPosChanged()
{
Q_D(QDeclarativeTextInput);
+ d->updateHorizontalScroll();
updateRect();//TODO: Only update rect between pos's
updateMicroFocus();
emit cursorPositionChanged();