Merge pull request #562 from jpcima/vst-editor
Make sure to null the editor frame after closing
This commit is contained in:
commit
28fd7ac8f7
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ void PLUGIN_API SfizzVstEditor::close()
|
||||||
frame->forget();
|
frame->forget();
|
||||||
else
|
else
|
||||||
frame->close();
|
frame->close();
|
||||||
|
this->frame = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue