anchor to proper quad in floating resize

This commit is contained in:
vaxerski
2022-10-03 22:41:05 +01:00
parent 3bb5971c2e
commit ff5843bd85
2 changed files with 40 additions and 3 deletions

View File

@@ -128,4 +128,5 @@ private:
Vector2D m_vLastDragXY;
Vector2D m_vBeginDragPositionXY;
Vector2D m_vBeginDragSizeXY;
int m_iGrabbedCorner = 0;
};