summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-19 06:44:16 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-19 06:44:16 (GMT)
commit8c2f6d4b70bc6e3579c99b49a1dd842678bd7ebe (patch)
tree2fa1f2cad4e5fc224863323a05c99efc0bd68fe8 /src/declarative/fx/qfxanchors.cpp
parent7a9fb0de42835bc4297ac04b901a33f99680f744 (diff)
downloadQt-8c2f6d4b70bc6e3579c99b49a1dd842678bd7ebe.zip
Qt-8c2f6d4b70bc6e3579c99b49a1dd842678bd7ebe.tar.gz
Qt-8c2f6d4b70bc6e3579c99b49a1dd842678bd7ebe.tar.bz2
Make sure Flippable updates its back transform correctly.
Previously we didn't update the back transform on geometry changes to the back element. Now we make sure it is up-to-date whenever we show it. Also updated anchors (they no longer need to work around this).
Diffstat (limited to 'src/declarative/fx/qfxanchors.cpp')
-rw-r--r--src/declarative/fx/qfxanchors.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxanchors.cpp b/src/declarative/fx/qfxanchors.cpp
index 3eaf47a..235511f 100644
--- a/src/declarative/fx/qfxanchors.cpp
+++ b/src/declarative/fx/qfxanchors.cpp
@@ -234,7 +234,6 @@ void QFxAnchorsPrivate::remDepend(QFxItem *item)
bool QFxAnchorsPrivate::isItemComplete() const
{
- return true;
return item->isComponentComplete();
}