fix #278236: default buttons not active after effect dropdown change

This commit is contained in:
James Thistlewood 2018-12-15 20:19:31 +00:00
parent a8a8ee0fbe
commit 6da4b60185

View file

@ -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();
}
//---------------------------------------------------------