mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-02 19:56:58 +03:00
geometryLocked property has been added to report items
This commit is contained in:
@@ -152,6 +152,8 @@ void TextItem::processPopUpAction(QAction *action)
|
||||
if (action->text().compare(tr("Hide if empty")) == 0){
|
||||
page()->setPropertyToSelectedItems("hideIfEmpty",action->isChecked());
|
||||
}
|
||||
|
||||
ContentItemDesignIntf::processPopUpAction(action);
|
||||
}
|
||||
|
||||
void TextItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* style, QWidget* widget) {
|
||||
|
Reference in New Issue
Block a user