Redisplay all state on VST editor opened
This commit is contained in:
parent
03cc5d2e5f
commit
ae1c4e2245
1 changed files with 4 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue