0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-20 06:30:03 +03:00

Band moving in design mode has been fixed

This commit is contained in:
Arin Alexander
2020-04-23 21:03:22 +03:00
parent 985c849f41
commit ca6241f61e
6 changed files with 38 additions and 14 deletions

View File

@@ -331,6 +331,9 @@ public:
bool isGeometryLocked() const;
void setGeometryLocked(bool itemLocked);
bool isChangingPos() const;
void setIsChangingPos(bool isChangingPos);
protected:
//ICollectionContainer
@@ -460,6 +463,7 @@ private:
QRect m_itemGeometry;
UnitType m_unitType;
bool m_itemGeometryLocked;
bool m_isChangingPos;
signals:
void geometryChanged(QObject* object, QRectF newGeometry, QRectF oldGeometry);
void posChanging(QObject* object, QPointF newPos, QPointF oldPos);