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