SLA gizmo now allows to deselect a point

This commit is contained in:
Lukas Matena 2019-04-03 14:44:15 +02:00
parent 7d488e3424
commit 69027b53fd
2 changed files with 20 additions and 2 deletions

View file

@ -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();