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 17:40:54 +0300
committerYuSanka <yusanka@gmail.com>2019-01-24 17:40:54 +0300
commit54bd2e55c7835d70e341305a6a5bbf85fc6e3a2f (patch)
tree4d0f1f37fe450de4c5b61506f1110cd8e90c44f3 /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent10641f7e9c67e3199c1be3ceb465636ca6d5f676 (diff)
parent8366ac4a07e607174c44cec2f2deeb097dc3e3ef (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index b30d3ef55..1684a1360 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -62,10 +62,8 @@ class ObjectManipulation : public OG_Settings
wxStaticText* m_scale_Label = nullptr;
wxStaticText* m_rotate_Label = nullptr;
-#if !ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION
// Needs to be updated from OnIdle?
bool m_dirty = false;
-#endif // !ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION
// Cached labels for the delayed update, not localized!
std::string m_new_move_label_string;
std::string m_new_rotate_label_string;