Second pass has been fixed

This commit is contained in:
Alexander Arin
2019-12-27 20:19:58 +03:00
parent c6e2526ed7
commit ca965db02a
5 changed files with 12 additions and 4 deletions

View File

@@ -263,7 +263,8 @@ public:
void setBootomSpace(int bootomSpace);
void updateBandMarkerGeometry();
int shiftItems() const;
void setShiftItems(int shiftItems);
void setShiftItems(int shiftItems);
bool isNeedUpdateSize(RenderPass) const;
signals:
void bandRendered(BandDesignIntf* band);