summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-28 17:39:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-28 17:39:28 +0000
commit8932625869f181bc16833c9e9d253970656c180d (patch)
tree8558c8bb21baf4130cf39a3cc82f7dc50fb50dec /gtk2_ardour/editor_canvas_events.cc
parent3e966771d042455a50a01e786af2af7b6f407395 (diff)
change color of note velocity text (and don't set it or justification repeatedly); make pianoroll button2 clicks select correctly rather than always being additive; hide note velocity text as soon as the mouse moves. the color change will require remvoing ~/.config/ardour2/ardour3_ui.conf to become effective
git-svn-id: svn://localhost/ardour2/branches/3.0@7187 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_canvas_events.cc')
-rw-r--r--gtk2_ardour/editor_canvas_events.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_canvas_events.cc b/gtk2_ardour/editor_canvas_events.cc
index 3fa29437ca..8d3d4cf55a 100644
--- a/gtk2_ardour/editor_canvas_events.cc
+++ b/gtk2_ardour/editor_canvas_events.cc
@@ -953,7 +953,6 @@ Editor::canvas_note_event (GdkEvent *event, ArdourCanvas::Item* item)
return false;
}
- cerr << "Forward note event item on to editor\n";
return typed_event (item, event, NoteItem);
}