Band movement has been fixed

This commit is contained in:
Arin Alexander
2019-03-01 19:48:49 +03:00
parent 8854f59916
commit 495cf4e35e
2 changed files with 3 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ private:
QRectF m_rect;
QColor m_color;
BandDesignIntf* m_band;
QPointF m_oldBandPos;
};
class BandNameLabel : public QGraphicsItem{