mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 09:36:24 +01:00
Fix ghost image on track panel for real this time
This commit is contained in:
@@ -714,11 +714,11 @@ void NumericConverter::ParseFormatString( const wxString & format)
|
||||
for(i=0; i<mFields.GetCount(); i++) {
|
||||
mFields[i].pos = pos;
|
||||
|
||||
pos += mFields[i].digits;
|
||||
for(j=0; j<mFields[i].digits; j++) {
|
||||
mDigits.Add(DigitInfo(i, j, pos, wxRect()));
|
||||
mValueTemplate += wxT("0");
|
||||
mValueMask += wxT("0");
|
||||
pos++;
|
||||
}
|
||||
|
||||
pos += mFields[i].label.Length();
|
||||
|
||||
Reference in New Issue
Block a user