mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
Layout deletion has been fixed
This commit is contained in:
@@ -158,6 +158,7 @@ void AbstractLayout::beforeDelete()
|
||||
#endif
|
||||
BaseDesignIntf *bi = dynamic_cast<BaseDesignIntf*>(item);
|
||||
if (bi) {
|
||||
bi->disconnect(this);
|
||||
bi->setParentItem(parentItem());
|
||||
bi->setParent(parent());
|
||||
bi->setVisible(true);
|
||||
|
Reference in New Issue
Block a user