1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

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
+1 -1
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);