1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Pinch and spread gestures on Mac touchpad, if EVT_MAGNIFY is defined

This commit is contained in:
Paul Licameli
2016-07-03 12:14:08 -04:00
parent 6aac29596c
commit cc5d1036fa
2 changed files with 32 additions and 13 deletions

View File

@@ -389,7 +389,7 @@ protected:
// MM: Handle mouse wheel rotation
virtual void HandleWheelRotation(wxMouseEvent & event);
virtual void HandleWheelRotationInVRuler
(wxMouseEvent &event, Track *pTrack, const wxRect &rect);
(wxMouseEvent &event, double steps, Track *pTrack, const wxRect &rect);
// Handle resizing.
virtual void HandleResizeClick(wxMouseEvent & event);