File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ void ViewProviderFemAnalysis::attach(App::DocumentObject* obj)
110
110
{
111
111
Gui::ViewProviderDocumentObjectGroup::attach (obj);
112
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
113
}
119
114
120
115
void ViewProviderFemAnalysis::highlightView (Gui::ViewProviderDocumentObject* view)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class ViewProviderFemHighlighter
50
50
class FemGuiExport ViewProviderFemAnalysis: public Gui::ViewProviderDocumentObjectGroup
51
51
{
52
52
Q_DECLARE_TR_FUNCTIONS (FemGui::ViewProviderFemAnalysis)
53
- PROPERTY_HEADER_WITH_OVERRIDE (FemGui::ViewProviderAnalysis );
53
+ PROPERTY_HEADER_WITH_OVERRIDE (FemGui::ViewProviderFemAnalysis );
54
54
55
55
public:
56
56
// / constructor
You can’t perform that action at this time.
0 commit comments