mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-26 17:59:08 +03:00
Layout painting has been refactored
This commit is contained in:
@@ -2200,6 +2200,7 @@ void InsertHLayoutCommand::undoIt()
|
||||
bi->setPos(m_elements.value(bi->objectName()));
|
||||
bi->setFixedPos(false);
|
||||
bi->setPossibleResizeDirectionFlags(BaseDesignIntf::AllDirections);
|
||||
bi->setVisible(true);
|
||||
}
|
||||
}
|
||||
page()->removeReportItem(layout,false);
|
||||
@@ -2384,6 +2385,7 @@ void InsertVLayoutCommand::undoIt()
|
||||
bi->setPos(m_elements.value(bi->objectName()));
|
||||
bi->setFixedPos(false);
|
||||
bi->setPossibleResizeDirectionFlags(BaseDesignIntf::AllDirections);
|
||||
bi->setVisible(true);
|
||||
}
|
||||
}
|
||||
page()->removeReportItem(layout,false);
|
||||
|
Reference in New Issue
Block a user