Binding Text width to implicitWidth can result in incorrect layout
authorMartin Jones <martin.jones@jollamobile.com>
Thu, 10 Jul 2014 06:52:48 +0000 (16:52 +1000)
committerMartin Jones <martin.jones@jollamobile.com>
Fri, 11 Jul 2014 04:16:57 +0000 (06:16 +0200)
commitfc76abfa52be058ee97b836c2af59cc22f2ca626
treee50e86bdc6973a381f1c20de43dc1971d52b41f0
parent0ea494437736c51eb089a5245f8aac551ce6f909
Binding Text width to implicitWidth can result in incorrect layout

If the text is not left aligned and the width changes during layout due
to implictWidth changing, the text needs to be laid out again.

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