mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
SLA gizmo now allows to deselect a point
This commit is contained in:
parent
7d488e3424
commit
69027b53fd
2 changed files with 20 additions and 2 deletions
|
@ -93,6 +93,7 @@ private:
|
|||
NoPoints,
|
||||
};
|
||||
void select_point(int i);
|
||||
void unselect_point(int i);
|
||||
void editing_mode_apply_changes();
|
||||
void editing_mode_discard_changes();
|
||||
void editing_mode_reload_cache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue