mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 19:51:30 +03:00
Band relocation has been fixed
This commit is contained in:
@@ -964,7 +964,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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user