mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Restore context menu to session markers. Fixes #3655.
git-svn-id: svn://localhost/ardour2/branches/3.0@8427 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fde56cc730
commit
5af8917460
3 changed files with 35 additions and 53 deletions
|
|
@ -1473,15 +1473,14 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void tempo_or_meter_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void transport_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void new_transport_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
|
||||
void build_range_marker_menu (bool loop_or_punch);
|
||||
void build_marker_menu (bool, ARDOUR::Location *);
|
||||
void build_range_marker_menu (bool);
|
||||
void build_marker_menu (ARDOUR::Location *);
|
||||
void build_tempo_or_meter_marker_menu (bool);
|
||||
void build_new_transport_marker_menu ();
|
||||
void dynamic_cast_marker_object (void*, MeterMarker**, TempoMarker**) const;
|
||||
|
||||
Gtk::Menu* tempo_or_meter_marker_menu;
|
||||
Gtk::Menu* marker_menu;
|
||||
Gtk::Menu* session_range_marker_menu;
|
||||
Gtk::Menu* range_marker_menu;
|
||||
Gtk::Menu* transport_marker_menu;
|
||||
Gtk::Menu* new_transport_marker_menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue