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:
authorEnrico Turri <enricoturri@seznam.cz>2018-12-18 13:11:06 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-12-18 13:11:06 +0300
commitd453b6fb3f777320bab3fb949a3499cccd12a9dc (patch)
tree97f947f753ddcc9b902fbe23c96fbbb4f8d7ce2d /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parenta394e55e0781986b22c09fafae50dd1f8ed1dcc1 (diff)
Sidebar matrix field behavior for single full instance selection
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index cacceff9d..0ada37b96 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -20,6 +20,8 @@ class ObjectManipulation : public OG_Settings
Vec3d cache_size { 0., 0., 0. };
wxStaticText* m_move_Label = nullptr;
+ wxStaticText* m_scale_Label = nullptr;
+ wxStaticText* m_rotate_Label = nullptr;
public:
ObjectManipulation(wxWindow* parent);