geometryLocked property has been added to report items

This commit is contained in:
Arin Alexander
2019-06-28 20:12:47 +03:00
parent 99757097cc
commit f7e1a383e9
22 changed files with 208 additions and 20 deletions

View File

@@ -607,7 +607,7 @@ void BandDesignIntf::processPopUpAction(QAction *action)
if (action->text().compare(tr("Print if empty")) == 0){
setProperty("printIfEmpty",action->isChecked());
}
ItemsContainerDesignInft::processPopUpAction(action);
}
void BandDesignIntf::recalcItems(DataSourceManager* dataManager)