1
0
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:
Steve Daulton 2018-03-15 17:48:25 +00:00
parent 01a45a6b36
commit 814322a793

View File

@ -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);