commit 8b0af8e2e895ac8769d5182a60d198920b371dd4
parent abf995349bb45b643342a11911e789b7b8086de1
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Tue, 18 Jan 2022 19:54:51 +0100
call updateParts() after editor has been constructed
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/jucePlugin/ui/VirusEditor.cpp b/source/jucePlugin/ui/VirusEditor.cpp
@@ -195,6 +195,7 @@ VirusEditor::VirusEditor(VirusParameterBinding &_parameterBinding, AudioPluginAu
setSize (kPanelWidth, kPanelHeight);
recreateControls();
+ updateParts();
}
VirusEditor::~VirusEditor() { stopTimer(); setLookAndFeel(nullptr); }