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:
committed by
Paul Licameli
parent
fe36b636cb
commit
1f9113f5cc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user