Finish 1.4.8

This commit is contained in:
Arin Alex
2017-04-05 00:58:17 +03:00
10 changed files with 200 additions and 163 deletions

View File

@@ -702,7 +702,7 @@ bool TextItem::isNeedUpdateSize(RenderPass pass) const
{
Q_UNUSED(pass)
if ((autoHeight() && autoWidth()) || hasFollower()){
if ((autoHeight() || autoWidth()) || hasFollower()){
initTextSizes();
}