mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
Fix Equalization crash in debug build
This commit is contained in:
parent
01a45a6b36
commit
814322a793
@ -1046,7 +1046,7 @@ bool EffectEqualization::TransferDataFromWindow()
|
||||
mM = m;
|
||||
ForceRecalc();
|
||||
|
||||
tip.Printf(wxT("%d"), mM);
|
||||
tip.Printf(wxT("%d"), (int)mM);
|
||||
mMText->SetLabel(tip);
|
||||
mMText->SetName(mMText->GetLabel()); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
||||
mMSlider->SetToolTip(tip);
|
||||
|
Loading…
x
Reference in New Issue
Block a user