mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-03 13:14:33 +01:00
TrackPanelCell hit tests can return multiple results...
.. though only the first is used yet
This commit is contained in:
@@ -70,7 +70,7 @@ class AUDACITY_DLL_API NoteTrack final
|
||||
NoteTrack(const std::shared_ptr<DirManager> &projDirManager);
|
||||
virtual ~NoteTrack();
|
||||
|
||||
UIHandlePtr DetailedHitTest
|
||||
std::vector<UIHandlePtr> DetailedHitTest
|
||||
(const TrackPanelMouseState &state,
|
||||
const AudacityProject *pProject, int currentTool, bool bMultiTool)
|
||||
override;
|
||||
|
||||
Reference in New Issue
Block a user