diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-10-06 07:19:08 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-10-07 02:14:51 (GMT) |
commit | 6b531891ae39d836dbbef0d961b9852a19c251a6 (patch) | |
tree | 05b6aece1a816f372ead121d95b4a702edccf490 /doc/src/snippets/code/src_xmlpatterns_api_qsimplexmlnodemodel.cpp | |
parent | 4838b5fc16cb6060c808021f62af27ec2180781b (diff) | |
download | Qt-6b531891ae39d836dbbef0d961b9852a19c251a6.zip Qt-6b531891ae39d836dbbef0d961b9852a19c251a6.tar.gz Qt-6b531891ae39d836dbbef0d961b9852a19c251a6.tar.bz2 |
Fix the pad navigator demo.
QGraphicsWidget used to called setPosHelper where all the logic was.
But since the new flag itemSendsGeometryChanges some part of the code
inside setPosHelper move back to setPos. QGraphicsWidget was not updated
after this change. It doesn't matter as it is but for QGraphicsProxyWidget
which activate the flag itemSendsGeometryChanges it matters. ItemChange
was never called so the proxy was never really moved.
Task-number:QT-672
Reviewed-by:andreas
(cherry picked from commit 3da33626c056169f5fadf94f12997180cb3a08b4)
Diffstat (limited to 'doc/src/snippets/code/src_xmlpatterns_api_qsimplexmlnodemodel.cpp')
0 files changed, 0 insertions, 0 deletions