mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
ObjectList improvements: Added warning icon for Parts with a repaired errors
This commit is contained in:
parent
c752394abd
commit
2a47f0dc92
9 changed files with 180 additions and 89 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue