mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-03-28 05:03:51 +03:00
Emitting band's signal preparedForRender has been fixed
This commit is contained in:
parent
867448d0fd
commit
8a4daa889f
@ -1054,7 +1054,7 @@ void BandDesignIntf::updateItemSize(DataSourceManager* dataManager, RenderPass p
|
||||
restoreLinks();
|
||||
snapshotItemsLayout();
|
||||
BandDesignIntf* patternBand = dynamic_cast<BandDesignIntf*>(patternItem());
|
||||
if (patternBand) emit(patternBand->preparedForRender());
|
||||
if (patternBand && pass == FirstPass) emit(patternBand->preparedForRender());
|
||||
arrangeSubItems(pass, dataManager);
|
||||
if (autoHeight()){
|
||||
if (!keepTopSpace()) {
|
||||
|
Loading…
Reference in New Issue
Block a user