summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_keys.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-12 22:13:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-12 22:13:19 +0000
commita461d6b3b386d26d72611ffaa2371f67abd7d0af (patch)
tree0920786c7a327869ee25fc4b45d2c6d323f8083f /gtk2_ardour/editor_keys.cc
parentc67d1aca64fef971aba51d86eebf0542d63838d5 (diff)
more keybinding/editing fixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2627 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_keys.cc')
-rw-r--r--gtk2_ardour/editor_keys.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_keys.cc b/gtk2_ardour/editor_keys.cc
index 065560aa54..d06b9f85aa 100644
--- a/gtk2_ardour/editor_keys.cc
+++ b/gtk2_ardour/editor_keys.cc
@@ -41,6 +41,8 @@ using namespace sigc;
void
Editor::keyboard_selection_finish (bool add)
{
+ cerr << "here\n";
+
if (session && have_pending_keyboard_selection) {
nframes64_t end;