mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-03-31 06:33:49 +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();
|
restoreLinks();
|
||||||
snapshotItemsLayout();
|
snapshotItemsLayout();
|
||||||
BandDesignIntf* patternBand = dynamic_cast<BandDesignIntf*>(patternItem());
|
BandDesignIntf* patternBand = dynamic_cast<BandDesignIntf*>(patternItem());
|
||||||
if (patternBand) emit(patternBand->preparedForRender());
|
if (patternBand && pass == FirstPass) emit(patternBand->preparedForRender());
|
||||||
arrangeSubItems(pass, dataManager);
|
arrangeSubItems(pass, dataManager);
|
||||||
if (autoHeight()){
|
if (autoHeight()){
|
||||||
if (!keepTopSpace()) {
|
if (!keepTopSpace()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user