mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-03 07:33:49 +01:00
Ctrl-Wheel Zooming now behaves like zoom buttons, so we don't zoom into empty space.
This commit is contained in:
@@ -275,6 +275,8 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
|
||||
void HandleResize();
|
||||
void UpdateLayout();
|
||||
void ZoomInByFactor( double ZoomFactor );
|
||||
void ZoomOutByFactor( double ZoomFactor );
|
||||
|
||||
// Other commands
|
||||
static TrackList *GetClipboardTracks();
|
||||
|
||||
Reference in New Issue
Block a user