Merge pull request #12306 from Rexbas/fix-disappearing-handles

Gui: Fix disappearing element handles in sketcher
This commit is contained in:
Chris Hennes
2024-02-19 11:18:10 -06:00
committed by GitHub

View File

@@ -1057,6 +1057,7 @@ void View3DInventorViewer::setEditingViewProvider(Gui::ViewProvider* vp, int Mod
{
this->editViewProvider = vp;
this->editViewProvider->setEditViewer(this, ModNum);
this->navigation->findBoundingSphere();
addEventCallback(SoEvent::getClassTypeId(), Gui::ViewProvider::eventCallback,this->editViewProvider);
}