fix #278236: default buttons not active after effect dropdown change
This commit is contained in:
parent
a8a8ee0fbe
commit
6da4b60185
1 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,7 @@ void SynthControl::effectAChanged(int idx)
|
|||
{
|
||||
synti->setEffect(0, idx);
|
||||
effectStackA->setCurrentIndex(idx);
|
||||
setDirty();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
@ -243,6 +244,7 @@ void SynthControl::effectBChanged(int idx)
|
|||
{
|
||||
synti->setEffect(1, idx);
|
||||
effectStackB->setCurrentIndex(idx);
|
||||
setDirty();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue