Another refactoring of GLGizmosManager

This commit is contained in:
Enrico Turri 2019-07-17 12:43:27 +02:00
parent da1fa0b6e3
commit 401707a6fe
4 changed files with 64 additions and 80 deletions

View file

@ -3885,7 +3885,7 @@ void Plater::cut(size_t obj_idx, size_t instance_idx, coordf_t z, bool keep_uppe
return;
}
this->take_snapshot(_(L("Gizmo - Cut")));
this->take_snapshot(_(L("Gizmo-Cut")));
wxBusyCursor wait;
const auto new_objects = object->cut(instance_idx, z, keep_upper, keep_lower, rotate_lower);