Move drag origin coordinates to MouseHandler

This commit is contained in:
Luis Ángel San Martín
2025-05-04 09:53:31 +02:00
parent 8b41bbf711
commit d291569e5f
3 changed files with 6 additions and 10 deletions

View File

@ -17,6 +17,8 @@ public:
private:
Viewer *viewer;
QPointF dragOrigin;
QPointF dragLatestPosition;
};
}