diff --git a/src/Mod/PartDesign/Gui/Workbench.cpp b/src/Mod/PartDesign/Gui/Workbench.cpp index a33ae9157..5c059a4a7 100644 --- a/src/Mod/PartDesign/Gui/Workbench.cpp +++ b/src/Mod/PartDesign/Gui/Workbench.cpp @@ -400,17 +400,17 @@ void Workbench::_switchToDocument(const App::Document* doc) void Workbench::slotActiveDocument(const Gui::Document& Doc) { - _switchToDocument(Doc.getDocument()); +// _switchToDocument(Doc.getDocument()); } void Workbench::slotNewDocument(const App::Document& Doc) { - _switchToDocument(&Doc); +// _switchToDocument(&Doc); } void Workbench::slotFinishRestoreDocument(const App::Document& Doc) { - _switchToDocument(&Doc); +// _switchToDocument(&Doc); } void Workbench::slotDeleteDocument(const App::Document&)