1
0
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:
james.k.crook@gmail.com
2012-05-04 11:47:29 +00:00
parent 52bc3fa8f7
commit 30a7876593
3 changed files with 26 additions and 13 deletions

View File

@@ -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();