mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Don't enable relative transforms by default.
This commit is contained in:
parent
a53fd42710
commit
cd588f64aa
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ lcMainWindow::lcMainWindow()
|
|||
mMoveXYSnapIndex = 4;
|
||||
mMoveZSnapIndex = 3;
|
||||
mAngleSnapIndex = 5;
|
||||
mRelativeTransform = true;
|
||||
mRelativeTransform = false;
|
||||
mLocalTransform = false;
|
||||
mCurrentPieceInfo = nullptr;
|
||||
mSelectionMode = lcSelectionMode::Single;
|
||||
|
|
Loading…
Reference in a new issue