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