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-04-24 14:33:05 +0300
committerYuSanka <yusanka@gmail.com>2019-04-24 14:33:05 +0300
commit203e9e848c1c11770efe642e660f5c3791685e38 (patch)
tree5901c5a367e95c548c6cded310a42ffe4dc47342 /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parente9d629f248f6c015440ab3ca17f02d8022d0850e (diff)
Changed Manipulation panel. (Simple mode)There is exclamation mark icon next for the object name, if it has errors.
+ some code refactoring
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index a5a180a56..071edbed8 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -78,6 +78,9 @@ class ObjectManipulation : public OG_Settings
bool m_uniform_scale {true};
PrusaLockButton* m_lock_bnt{ nullptr };
+ wxBitmap m_manifold_warning_bmp;
+ wxStaticBitmap* m_fix_throught_netfab_bitmap;
+
#ifndef __APPLE__
// Currently focused option name (empty if none)
std::string m_focused_option;
@@ -107,6 +110,8 @@ public:
void emulate_kill_focus();
#endif // __APPLE__
+ void update_manifold_warning_icon_state(const wxString& tooltip);
+
private:
void reset_settings_value();