mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 00:07:52 -06:00
Delete whole object, when all instances are selected. Fix for #5191
This commit is contained in:
parent
75a1a699a7
commit
497412fcf4
2 changed files with 78 additions and 22 deletions
|
@ -385,6 +385,7 @@ public:
|
|||
void update_selections();
|
||||
void update_selections_on_canvas();
|
||||
void select_item(const wxDataViewItem& item);
|
||||
void select_item(std::function<wxDataViewItem()> get_item);
|
||||
void select_items(const wxDataViewItemArray& sels);
|
||||
void select_all();
|
||||
void select_item_all_children();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue