mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Added Edit -> Delete all menu item
This commit is contained in:
parent
c494dec1c4
commit
e247b532fb
4 changed files with 13 additions and 0 deletions
|
@ -2281,6 +2281,8 @@ void Plater::select_view(const std::string& direction) { p->select_view(directio
|
|||
void Plater::select_all() { p->select_all(); }
|
||||
|
||||
void Plater::remove(size_t obj_idx) { p->remove(obj_idx); }
|
||||
void Plater::reset() { p->reset(); }
|
||||
|
||||
void Plater::delete_object_from_model(size_t obj_idx) { p->delete_object_from_model(obj_idx); }
|
||||
|
||||
void Plater::remove_selected()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue