diff --git a/vst/SfizzVstEditor.cpp b/vst/SfizzVstEditor.cpp index a37602c1..5d27aeb0 100644 --- a/vst/SfizzVstEditor.cpp +++ b/vst/SfizzVstEditor.cpp @@ -53,6 +53,10 @@ bool PLUGIN_API SfizzVstEditor::open(void* parent, const VSTGUI::PlatformType& p editor = new Editor(*this); editor_.reset(editor); } + + mustRedisplayState_ = true; + mustRedisplayUiState_ = true; + mustRedisplayPlayState_ = true; updateStateDisplay(); if (!frame->open(parent, platformType, config)) {