Assembly: Improve dragging behavior. Fixes #13058

This commit is contained in:
PaddleStroke
2024-03-21 14:17:45 +01:00
committed by Yorik van Havre
parent ffa62cd52e
commit e37d15f081
2 changed files with 11 additions and 3 deletions

View File

@@ -149,6 +149,7 @@ public:
bool partMoving;
bool enableMovement;
bool jointVisibilityBackup;
bool ctrlPressed;
int numberOfSel;
Base::Vector3d prevPosition;
Base::Vector3d initialPosition;