1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-06 14:35:32 +01:00

Label track event handler does not directly use zoom (pps) values

This commit is contained in:
Paul-Licameli
2015-04-20 00:17:26 -04:00
committed by Paul Licameli
parent fe36b636cb
commit 1f9113f5cc
3 changed files with 8 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ class TrackList;
class AudacityProject;
class DirManager;
class TimeWarper;
class ZoomInfo;
class LabelStruct
@@ -177,7 +178,7 @@ class AUDACITY_DLL_API LabelTrack : public Track
void SetWrongDragging(bool rightFlag) { mRightDragging = rightFlag; }
void SetDrawCursor(bool drawCursorFlag) { mDrawCursor = drawCursorFlag; }
bool HandleMouse(const wxMouseEvent & evt, wxRect & r, double h, double pps,
bool HandleMouse(const wxMouseEvent & evt, wxRect & r, const ZoomInfo &zoomInfo,
SelectedRegion *newSel);
bool CaptureKey(wxKeyEvent & event);