mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
Added call a toggle printable property for instance from ObjectList
This commit is contained in:
parent
825446d145
commit
e8f27c6407
4 changed files with 22 additions and 8 deletions
|
@ -349,7 +349,9 @@ public:
|
|||
void msw_rescale();
|
||||
|
||||
void update_after_undo_redo();
|
||||
//update printable state for item from objects model
|
||||
void update_printable_state(int obj_idx, int instance_idx);
|
||||
void toggle_printable_state(wxDataViewItem item);
|
||||
|
||||
private:
|
||||
#ifdef __WXOSX__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue