mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Appearance on OSX is now back to normal or better
Some additional wx3 cleanup as well.
This commit is contained in:
@@ -159,7 +159,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
|
||||
sampleFormat GetDefaultFormat() { return mDefaultFormat; }
|
||||
|
||||
double GetRate() { return mRate; }
|
||||
double GetRate() const { return mRate; }
|
||||
bool ZoomInAvailable() const { return mViewInfo.ZoomInAvailable(); }
|
||||
bool ZoomOutAvailable() const { return mViewInfo.ZoomOutAvailable(); }
|
||||
double GetSel0() { return mViewInfo.selectedRegion.t0(); }
|
||||
@@ -344,7 +344,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
// Snap To
|
||||
|
||||
void SetSnapTo(int snap);
|
||||
int GetSnapTo();
|
||||
int GetSnapTo() const;
|
||||
|
||||
// Selection Format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user