1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-20 15:41:18 +01:00

Fix AutoDuck based on Peter's feedback

This commit is contained in:
Leland Lucius
2015-04-22 13:05:27 -05:00
parent 7f0c91bdfd
commit f8b9cd69e2

View File

@@ -488,6 +488,8 @@ bool EffectAutoDuck::TransferDataToWindow()
return false; return false;
} }
mPanel->Refresh(false);
return true; return true;
} }