mirror of
https://github.com/leozide/leocad
synced 2024-12-27 21:58:37 +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;
|
mMoveXYSnapIndex = 4;
|
||||||
mMoveZSnapIndex = 3;
|
mMoveZSnapIndex = 3;
|
||||||
mAngleSnapIndex = 5;
|
mAngleSnapIndex = 5;
|
||||||
mRelativeTransform = true;
|
mRelativeTransform = false;
|
||||||
mLocalTransform = false;
|
mLocalTransform = false;
|
||||||
mCurrentPieceInfo = nullptr;
|
mCurrentPieceInfo = nullptr;
|
||||||
mSelectionMode = lcSelectionMode::Single;
|
mSelectionMode = lcSelectionMode::Single;
|
||||||
|
|
Loading…
Reference in a new issue