ObjectList improvements: Added warning icon for Parts with a repaired errors

This commit is contained in:
YuSanka 2019-04-29 15:27:59 +02:00
parent c752394abd
commit 2a47f0dc92
9 changed files with 180 additions and 89 deletions

View file

@ -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();