diff --git a/src/Gui/DlgPropertyLink.cpp b/src/Gui/DlgPropertyLink.cpp index 792cdad5ad..973a5d1e70 100644 --- a/src/Gui/DlgPropertyLink.cpp +++ b/src/Gui/DlgPropertyLink.cpp @@ -525,6 +525,7 @@ void DlgPropertyLink::onItemSelectionChanged() auto vp = Base::freecad_dynamic_cast( doc->getViewProvider(obj)); if(vp) { + // If the view provider uses a special window for rendering, switch to it MDIView *view = vp->getMDIView(); if (view) { doc->setActiveWindow(view);