mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Use the edit position to decide what items to put in the region context menus, rather than the mouse position.
git-svn-id: svn://localhost/ardour2/branches/3.0@8028 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1a9bd134d2
commit
82e1d1267d
3 changed files with 22 additions and 22 deletions
|
|
@ -691,12 +691,12 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::Menu * track_edit_playlist_submenu;
|
||||
Gtk::Menu * track_selection_edit_playlist_submenu;
|
||||
|
||||
void popup_track_context_menu (int, int, ItemType, bool, framepos_t);
|
||||
Gtk::Menu* build_track_context_menu (framepos_t);
|
||||
Gtk::Menu* build_track_bus_context_menu (framepos_t);
|
||||
Gtk::Menu* build_track_region_context_menu (framepos_t frame);
|
||||
Gtk::Menu* build_track_crossfade_context_menu (framepos_t);
|
||||
Gtk::Menu* build_track_selection_context_menu (framepos_t);
|
||||
void popup_track_context_menu (int, int, ItemType, bool);
|
||||
Gtk::Menu* build_track_context_menu ();
|
||||
Gtk::Menu* build_track_bus_context_menu ();
|
||||
Gtk::Menu* build_track_region_context_menu ();
|
||||
Gtk::Menu* build_track_crossfade_context_menu ();
|
||||
Gtk::Menu* build_track_selection_context_menu ();
|
||||
void add_dstream_context_items (Gtk::Menu_Helpers::MenuList&);
|
||||
void add_bus_context_items (Gtk::Menu_Helpers::MenuList&);
|
||||
void add_region_context_items (Gtk::Menu_Helpers::MenuList&, bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue