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-29 16:27:59 +0300
committerYuSanka <yusanka@gmail.com>2019-04-29 16:27:59 +0300
commit2a47f0dc9249470815b4f4fe76dc39fc46fd29ba (patch)
tree1141f3e6dbf96a845fa2e168d5cce5b31594c1bc /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parentc752394abd0b370cb9736202f37cfc1f27f350a2 (diff)
ObjectList improvements: Added warning icon for Parts with a repaired errors
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 9ced31a1f..f691dcc83 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -79,7 +79,7 @@ class ObjectManipulation : public OG_Settings
bool m_uniform_scale {true};
LockButton* m_lock_bnt{ nullptr };
- wxBitmap m_manifold_warning_bmp;
+ ScalableBitmap m_manifold_warning_bmp;
wxStaticBitmap* m_fix_throught_netfab_bitmap;
#ifndef __APPLE__
@@ -112,6 +112,7 @@ public:
#endif // __APPLE__
void update_manifold_warning_icon_state(const wxString& tooltip);
+ void msw_rescale();
private:
void reset_settings_value();