Gui: refactor gizmo attachment code
This commit is contained in:
committed by
Kacper Donat
parent
fcd9a416d2
commit
2cab5e7b64
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user