diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2009-04-15 12:14:27 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-15 16:14:19 (GMT) |
commit | a0c67f25dfa722af7a321cf1814bdbba6d7fa947 (patch) | |
tree | 8c4e005d2916a5b8e3131bd6d16d3e3fca47d3a2 /configure.exe | |
parent | 305b64b551a5c1b708434033e56e7c6a0efb54dc (diff) | |
download | Qt-a0c67f25dfa722af7a321cf1814bdbba6d7fa947.zip Qt-a0c67f25dfa722af7a321cf1814bdbba6d7fa947.tar.gz Qt-a0c67f25dfa722af7a321cf1814bdbba6d7fa947.tar.bz2 |
Update the item if the text has changed but the boundingRect is the
same.
updateBoudingRect update the item only if the boundingRect change
but if we have 123 as an initial text and then we set 321 as the new
text, then nothing happen because the rect is the same.
In case the boundingRect change then we call update 2 times but
the item is already dirty so the second call will just return.
BT:yes
Reviewed-by: Andreas
Diffstat (limited to 'configure.exe')
0 files changed, 0 insertions, 0 deletions