0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

fix #59 setResultEditable(bool value) has been added

This commit is contained in:
Arin Alexander
2017-02-03 14:20:30 +03:00
parent 21b3f0e912
commit 7af7a16840
7 changed files with 41 additions and 2 deletions

View File

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