Don't fix up x/y while initializing
authorAlan Alpert <aalpert@blackberry.com>
Fri, 26 Apr 2013 23:27:21 +0000 (16:27 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 9 May 2013 22:58:39 +0000 (00:58 +0200)
commita3837c357ee5dd9a5a8b2bdcc17b4ce427dc5982
tree3744163d9941066d1ec5830672b01b537bef6f48
parent84b233f992447aa9ac7e0067239793f6241c4017
Don't fix up x/y while initializing

Any initial values leading to content outside the Flickable are likely
to be explicitly set as initial property values. "fixing" them up will
lead to just ignoring them.

Task-number: QTBUG-30837
Change-Id: I3b2593605f16d73ba008bc6a6f067ab6020bcbe4
Reviewed-by: Andrew den Exter <andrew.den.exter@qinetic.com.au>
src/quick/items/qquickflickable.cpp