We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a590c commit b8ca21dCopy full SHA for b8ca21d
src/Mod/Fem/Gui/ViewProviderAnalysis.cpp
@@ -110,11 +110,6 @@ void ViewProviderFemAnalysis::attach(App::DocumentObject* obj)
110
{
111
Gui::ViewProviderDocumentObjectGroup::attach(obj);
112
extension.attach(this);
113
- // activate analysis if currently active workbench is FEM
114
- auto* workbench = Gui::WorkbenchManager::instance()->active();
115
- if (workbench->name() == "FemWorkbench") {
116
- doubleClicked();
117
- }
118
}
119
120
void ViewProviderFemAnalysis::highlightView(Gui::ViewProviderDocumentObject* view)
0 commit comments