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-09-17 14:41:44 +0300
committerYuSanka <yusanka@gmail.com>2019-09-17 14:41:44 +0300
commit93aa5ac6ce0649d696a315177dee9158ea00df8a (patch)
tree8550362b409ab69e32ba63de6e35a9f7ef7e049b /src/slic3r/GUI/GUI_ObjectLayers.hpp
parentc38e537adcc0cbbbb4ac63f8acbf54d0cfe6cdd7 (diff)
Fixed re-scaling under MSW for Layers editing
+ Clean code in GUI_ObjectManipulation.cpp
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectLayers.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectLayers.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectLayers.hpp b/src/slic3r/GUI/GUI_ObjectLayers.hpp
index f274183e2..c0de3be4c 100644
--- a/src/slic3r/GUI/GUI_ObjectLayers.hpp
+++ b/src/slic3r/GUI/GUI_ObjectLayers.hpp
@@ -49,6 +49,7 @@ public:
EditorType type() const {return m_type;}
void set_focus_data() const { m_set_focus_data(m_type);}
+ void msw_rescale();
private:
coordf_t get_value();