gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 84a7b0a5b56a90dbc99c22792f81e3e82678d898
parent 251d76ef153359eb0bcb42b25f38b85390fb5f3a
Author: 790 <790@users.noreply.github.com>
Date:   Tue, 18 Jan 2022 11:52:53 +0000

fix multi / single mode display when reopen editor window

Diffstat:
Msource/jucePlugin/ui/Virus_Parts.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/jucePlugin/ui/Virus_Parts.cpp b/source/jucePlugin/ui/Virus_Parts.cpp @@ -121,6 +121,7 @@ Parts::Parts(VirusParameterBinding & _parameterBinding, Virus::Controller& _cont //m_btMultiSingleMode.setBounds(m_btSingleMode.getBounds().translated(m_btSingleMode.getWidth()+4, 0)); m_btMultiMode.setBounds(m_btSingleMode.getBounds().translated(m_btSingleMode.getWidth()+4, 0)); + refreshParts(); } Parts::~Parts() { }