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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user