From d54fb5f54ec4e3cfb88887a6a0ab5ee9407af0b5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Jun 2012 13:54:28 +0000 Subject: Add option to add new range marker from the context menu without needing the keyboard (#4378). git-svn-id: svn://localhost/ardour2/branches/3.0@12781 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index a2d7c93fd3..3fd38ec609 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -632,6 +632,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void hide_marker (ArdourCanvas::Item*, GdkEvent*); void clear_marker_display (); void mouse_add_new_marker (framepos_t where, bool is_cd=false, bool is_xrun=false); + void mouse_add_new_range (framepos_t); bool choose_new_marker_name(std::string &name); void update_cd_marker_display (); void ensure_cd_marker_updated (LocationMarkers * lam, ARDOUR::Location * location); -- cgit v1.2.3