mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-29 16:08:46 +01:00
Context menu handling is also in CellularPanel
This commit is contained in:
@@ -165,6 +165,10 @@ class AUDACITY_DLL_API Track /* not final */
|
||||
(const TrackPanelMouseState &, const AudacityProject *pProject)
|
||||
final override;
|
||||
|
||||
// Delegates the handling to the related TCP cell
|
||||
std::shared_ptr<TrackPanelCell> ContextMenuDelegate() override
|
||||
{ return GetTrackControl(); }
|
||||
|
||||
public:
|
||||
|
||||
// Rather override this for subclasses:
|
||||
|
||||
Reference in New Issue
Block a user