diff options
author | Andrew den Exter <andrew.den-exter@nokia.com> | 2012-01-04 16:12:17 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-05 00:55:28 +0100 |
commit | 82803517a68ee6d6111fb71ba5cf44e9aa302b5f (patch) | |
tree | d383a92bc1e6ed94a9b9108ee94aaf7c0a66bc89 /doc/src/snippets/qtquick1/qtbinding/functions-cpp | |
parent | f9c10b52dda4fe9a46a436edafaf0c2c199a0980 (diff) | |
download | qtdeclarative-82803517a68ee6d6111fb71ba5cf44e9aa302b5f.tar.gz |
Fix clipping of TextInput contents.
The boundingRect represents the clip rectangle of an item rather than
the size and position of its unclipped content. This would prevent any
content from being clipped except the boundingRect is only re-evaluated
when the size of the item changes so the content is instead clipped to
the size of the original content.
Task-number: QTBUG-23422
Change-Id: I96f830f833129b3230f65452db67b00028c40d6a
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src/snippets/qtquick1/qtbinding/functions-cpp')
0 files changed, 0 insertions, 0 deletions