mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
merging wx3 changes
This commit is contained in:
@@ -318,8 +318,8 @@ int NoteTrack::DrawLabelControls(wxDC & dc, wxRect & r)
|
||||
}
|
||||
|
||||
wxString t;
|
||||
long w;
|
||||
long h;
|
||||
wxCoord w;
|
||||
wxCoord h;
|
||||
|
||||
t.Printf(wxT("%d"), chanName);
|
||||
dc.GetTextExtent(t, &w, &h);
|
||||
|
||||
Reference in New Issue
Block a user