Redisplay all state on VST editor opened

This commit is contained in:
Jean Pierre Cimalando 2020-11-24 07:51:45 +01:00
parent 03cc5d2e5f
commit ae1c4e2245

View file

@ -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)) {