mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Arrangement Ruler: overhaul context menu, do not select on RMB
This commit is contained in:
parent
4352f89ff0
commit
218fbda6e7
5 changed files with 34 additions and 29 deletions
|
|
@ -861,12 +861,12 @@ private:
|
|||
|
||||
GdkEvent context_click_event;
|
||||
|
||||
void popup_section_box_menu (int, int);
|
||||
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_selection_context_menu ();
|
||||
void add_section_context_items (Gtk::Menu_Helpers::MenuList&);
|
||||
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&, std::shared_ptr<ARDOUR::Track>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue