mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
TrackPanelCell hit tests can return multiple results...
.. though only the first is used yet
This commit is contained in:
@@ -51,7 +51,7 @@ class TimeTrack final : public Track {
|
||||
void Silence(double t0, double t1) override;
|
||||
void InsertSilence(double t, double len) override;
|
||||
|
||||
UIHandlePtr DetailedHitTest
|
||||
std::vector<UIHandlePtr> DetailedHitTest
|
||||
(const TrackPanelMouseState &state,
|
||||
const AudacityProject *pProject, int currentTool, bool bMultiTool)
|
||||
override;
|
||||
|
Reference in New Issue
Block a user