1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-19 17:28:09 +01:00

Steve's fix for bug/enhancement 74.

This commit is contained in:
martynshaw99
2013-03-17 23:33:28 +00:00
parent bcff3a8a86
commit b04c7f18a7
3 changed files with 16 additions and 5 deletions

View File

@@ -897,7 +897,7 @@ void LWSlider::FormatPopWin()
switch(mStyle) {
case FRAC_SLIDER:
label.Printf(wxT("%s: %.1f"), mName.c_str(), mCurrentValue);
label.Printf(wxT("%s: %.2f"), mName.c_str(), mCurrentValue);
break;
case DB_SLIDER: