Gui: do not detach parameter observer from PythonEditor
Parameter observing (including observer deletion) is 100% managed by TextEditor superclass
This commit is contained in:
@@ -87,7 +87,6 @@ PythonEditor::PythonEditor(QWidget* parent)
|
||||
/** Destroys the object and frees any allocated resources */
|
||||
PythonEditor::~PythonEditor()
|
||||
{
|
||||
getWindowParameter()->Detach( this );
|
||||
delete d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user