0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 19:51:30 +03:00

Finish 1.4.89

This commit is contained in:
Arin Alexander
2018-07-13 02:25:20 +03:00
5 changed files with 44 additions and 5 deletions

View File

@@ -1001,7 +1001,9 @@ void BaseDesignIntf::setGeometryProperty(QRectF rect)
setWidth(rect.width());
if (rect.height() != geometry().height())
setHeight(rect.height());
if (!isLoading()) notify("geometry",oldValue,rect);
if (!isLoading()) {
notify("geometry",oldValue,rect);
}
}
}