Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-01-24 12:24:10 +0300
committerYuSanka <yusanka@gmail.com>2019-01-24 12:24:10 +0300
commitf07aba73cb4a18259a4fe5f4e4599c71b1fabc58 (patch)
tree09cffb39aefed06083cad21def7c6a751f84ad15 /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent5a707a66b974597c3db169c557e3771f9334c403 (diff)
Set uniformly scaling by default
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index d0afa528e..b30d3ef55 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -75,7 +75,7 @@ class ObjectManipulation : public OG_Settings
Vec3d m_new_scale;
Vec3d m_new_size;
bool m_new_enabled;
- bool m_uniform_scale {false};
+ bool m_uniform_scale {true};
PrusaLockButton* m_lock_bnt{ nullptr };
public: