Gui: refactor gizmo attachment code

This commit is contained in:
captain0xff
2025-09-16 03:01:34 +05:30
committed by Kacper Donat
parent fcd9a416d2
commit 2cab5e7b64
14 changed files with 56 additions and 44 deletions

View File

@@ -1172,7 +1172,7 @@ void TaskHoleParameters::setupGizmos(ViewProviderHole* vp)
holeDepthGizmo = new LinearGizmo(ui->Depth);
gizmoContainer = GizmoContainer::createGizmo({holeDepthGizmo}, vp);
gizmoContainer = GizmoContainer::create({holeDepthGizmo}, vp);
setGizmoPositions();
}