mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +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;
|
mM = m;
|
||||||
ForceRecalc();
|
ForceRecalc();
|
||||||
|
|
||||||
tip.Printf(wxT("%d"), mM);
|
tip.Printf(wxT("%d"), (int)mM);
|
||||||
mMText->SetLabel(tip);
|
mMText->SetLabel(tip);
|
||||||
mMText->SetName(mMText->GetLabel()); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
mMText->SetName(mMText->GetLabel()); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
|
||||||
mMSlider->SetToolTip(tip);
|
mMSlider->SetToolTip(tip);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user