mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Reduce accessibility chattiness in meters
This commit is contained in:
parent
57d18d7bcb
commit
e33cf84e35
@ -2223,7 +2223,7 @@ wxAccStatus MeterAx::GetName(int WXUNUSED(childId), wxString* name)
|
||||
|
||||
if (m->mDB)
|
||||
{
|
||||
*name += wxString::Format(_(" Peak %.2f dB"), (peak * m->mDBRange) - m->mDBRange);
|
||||
*name += wxString::Format(_(" Peak %d dB"), (int) ((peak * m->mDBRange) - m->mDBRange) + 0.5);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user