mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-12-14 17:20:57 +03:00
Context menu for multi selected items has been fixed
This commit is contained in:
@@ -150,7 +150,7 @@ public:
|
||||
QString datasourceName();
|
||||
void setDataSourceName(const QString& datasourceName);
|
||||
|
||||
void setKeepBottomSpaceOption(bool value){m_keepBottomSpace=value;}
|
||||
void setKeepBottomSpaceOption(bool value);
|
||||
bool keepBottomSpaceOption() const {return m_keepBottomSpace;}
|
||||
|
||||
void addChildBand(BandDesignIntf* band);
|
||||
|
||||
Reference in New Issue
Block a user