mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Updates for wx3
A long way to go yet, but many OSX issues fixed including conversion of Audio Unit effects.
This commit is contained in:
@@ -742,11 +742,7 @@ void LabelTrack::Draw(wxDC & dc, const wxRect & r, double h, double pps,
|
||||
|
||||
int i;
|
||||
|
||||
#ifdef __WXMAC__
|
||||
long textWidth, textHeight;
|
||||
#else
|
||||
int textWidth, textHeight;
|
||||
#endif
|
||||
wxCoord textWidth, textHeight;
|
||||
|
||||
// Get the text widths.
|
||||
// TODO: Make more efficient by only re-computing when a
|
||||
|
||||
Reference in New Issue
Block a user