summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-24 16:20:31 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-24 16:20:31 +0000
commitf3624c18748f2a07d6be16558ce069e6f1366569 (patch)
tree205b16d9d9f32e61d79f18c316b0bf87ba7aefb0 /gtk2_ardour/editor_actions.cc
parent035074d1b732ce2f6533b8707882f3310ae6e585 (diff)
exit internal/note edit mode when clicking on anything that is not a MIDI region view or a note (or various modeless items like markers and the playhead)
git-svn-id: svn://localhost/ardour2/branches/3.0@11333 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 1d33a2bdba..37dbf30ab7 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -1224,7 +1224,6 @@ Editor::toggle_internal_editing ()
}
}
-
void
Editor::register_region_actions ()
{