mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-08 21:53:14 +03:00
HorizontalLayout has been updated
This commit is contained in:
@@ -728,6 +728,15 @@ void ReportEnginePrivate::reorderPages(const QList<PageDesignIntf *>& reorderedP
|
||||
}
|
||||
}
|
||||
|
||||
void ReportEnginePrivate::clearSelection()
|
||||
{
|
||||
foreach (PageDesignIntf* page, m_pages) {
|
||||
foreach(QGraphicsItem* item, page->selectedItems()){
|
||||
item->setSelected(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool ReportEnginePrivate::resultIsEditable() const
|
||||
{
|
||||
return m_resultIsEditable;
|
||||
|
Reference in New Issue
Block a user