1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-14 17:14:07 +01:00

CellularPanel passes AudacityProject* to DoContextMenu() of cell

This commit is contained in:
Paul Licameli
2020-01-01 21:57:39 -05:00
parent 12bbafe013
commit 7dbca958a6
6 changed files with 7 additions and 6 deletions

View File

@@ -262,7 +262,7 @@ void TrackMenuTable::OnMoveTrack(wxCommandEvent &event)
}
unsigned CommonTrackControls::DoContextMenu
(const wxRect &rect, wxWindow *pParent, wxPoint *)
(const wxRect &rect, wxWindow *pParent, wxPoint *, AudacityProject*)
{
wxRect buttonRect;
TrackInfo::GetTitleBarRect(rect, buttonRect);

View File

@@ -53,7 +53,8 @@ protected:
const AudacityProject *) override = 0;
unsigned DoContextMenu
(const wxRect &rect, wxWindow *pParent, wxPoint *pPosition) override;
(const wxRect &rect, wxWindow *pParent, wxPoint *pPosition,
AudacityProject *pProject) override;
virtual PopupMenuTable *GetMenuExtension(Track *pTrack) = 0;
// TrackPanelDrawable implementation