summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-05-14 13:48:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-14 16:57:13 +0200
commitd1320d78c6653320e33564c1fd64c14b2dd24cee (patch)
tree7995e62ba123d39763d5f92120ba7b3f760a8b18 /.gitattributes
parentf60911ca0d492c3868f7feb71d1de63f111d6cd6 (diff)
downloadqtquickcontrols-d1320d78c6653320e33564c1fd64c14b2dd24cee.tar.gz
Dialogs: avoid setting invalid geometryv5.3.0release5.3.0
QRect::setX() and setY() can change the width and height, even to a negative value, which will make the dialog's intended geometry invalid. The intention was that QQuickAbstractDialog::setX() and setY() should move the window, so it should be done with QRect::moveLeft and moveTop. Task-number: QTBUG-38898 Change-Id: I59104395ed39b09f6b7a99eb177820edb5e46cf6 Reviewed-by: Liang Qi <liang.qi@digia.com>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions