mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-25 00:54:39 +03:00
Merge branch 'master' into 1.4
This commit is contained in:
commit
0bfff7cb00
@ -413,6 +413,11 @@ template <typename T>
|
||||
BaseDesignIntf *PageDesignIntf::internalAddBand(T bandType)
|
||||
{
|
||||
|
||||
if (m_insertMode) {
|
||||
m_insertMode = false;
|
||||
emit itemInsertCanceled(m_insertItemType);
|
||||
}
|
||||
|
||||
QSet<BandDesignIntf::BandsType> needParentBands;
|
||||
needParentBands << BandDesignIntf::SubDetailBand
|
||||
<< BandDesignIntf::SubDetailHeader
|
||||
|
Loading…
Reference in New Issue
Block a user