Skip to content

Commit

Permalink
Gui: do not detach parameter observer from PythonEditor
Browse files Browse the repository at this point in the history
 Parameter observing (including observer deletion) is 100% managed by TextEditor superclass
  • Loading branch information
0penBrain authored and chennes committed Sep 29, 2022
1 parent 8924e26 commit eb546e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gui/PythonEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ PythonEditor::PythonEditor(QWidget* parent)
/** Destroys the object and frees any allocated resources */
PythonEditor::~PythonEditor()
{
getWindowParameter()->Detach( this );
delete d;
}

Expand Down

0 comments on commit eb546e2

Please sign in to comment.