QQuickTextInput aligment to follow input method on neutral content
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Fri, 13 Apr 2012 14:49:52 +0000 (17:49 +0300)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Apr 2012 11:47:03 +0000 (13:47 +0200)
commita150d1211f9ec49f963227452ee4818746b8c6ed
tree42a0c2d2aa385fd4a558ad98610d0f851244cf7d
parent63240b55333d602df118f2a540174c8100576fd5
QQuickTextInput aligment to follow input method on neutral content

Earlier input method was followed only on empty editor. This made
inputting one space character with arabic to be visualized left to
right.

As related change arabic numbers are aligned right even though the
flow goes left to right.

Change-Id: I36448949569f6290faad69de14df424575d8b97e
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
src/quick/items/qquicktextinput.cpp
src/quick/items/qquicktextinput_p_p.h
tests/auto/quick/qquicktextinput/tst_qquicktextinput.cpp