mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01:00
TrackPanelCell hit tests can return multiple results...
.. though only the first is used yet
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
explicit
|
||||
TrackPanelResizerCell( std::shared_ptr<Track> pTrack );
|
||||
|
||||
UIHandlePtr HitTest
|
||||
std::vector<UIHandlePtr> HitTest
|
||||
(const TrackPanelMouseState &, const AudacityProject *) override;
|
||||
|
||||
std::shared_ptr<Track> FindTrack() override { return mpTrack.lock(); };
|
||||
|
||||
Reference in New Issue
Block a user