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:
authorbubnikv <bubnikv@gmail.com>2019-05-03 20:13:47 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-03 20:13:47 +0300
commita8241ad7f7cadf78fa3b9ea076961ac229efe57e (patch)
tree2554a97ef96ec50fb3789463a45a85bbeb694c7e /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent09d80b1b2ad2a591b32822ec2cb3cc6fe99f70a3 (diff)
parent8be585893a8207dc6628330e31121189c6726c89 (diff)
Merge remote-tracking branch 'remotes/origin/master' into vb_wold_object_manipulation
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 833070e03..7c359f3d7 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -9,6 +9,7 @@
class wxBitmapComboBox;
class wxStaticText;
class LockButton;
+class wxStaticBitmap;
namespace Slic3r {
namespace GUI {
@@ -69,6 +70,9 @@ class ObjectManipulation : public OG_Settings
LockButton* m_lock_bnt{ nullptr };
wxBitmapComboBox* m_word_local_combo = nullptr;
+ ScalableBitmap m_manifold_warning_bmp;
+ wxStaticBitmap* m_fix_throught_netfab_bitmap;
+
#ifndef __APPLE__
// Currently focused option name (empty if none)
std::string m_focused_option;
@@ -100,6 +104,9 @@ public:
void emulate_kill_focus();
#endif // __APPLE__
+ void update_warning_icon_state(const wxString& tooltip);
+ void msw_rescale();
+
private:
void reset_settings_value();
void update_settings_value(const Selection& selection);