summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-03-03 23:50:41 +0000
committerBen Loftis <ben@glw.com>2009-03-03 23:50:41 +0000
commite46c90ff1975470fe4215a953f42d4c7e00ae25a (patch)
tree71cfd8f026942e0b1b1dbd7e20cc039e6e453236 /gtk2_ardour/editor_mouse.cc
parent7c7108c16744d9957686fc955db2a721778d5d08 (diff)
dragging without modifiers should still move the playhead
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4726 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index b860b3b268..e3d2d51642 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -593,6 +593,9 @@ Editor::button_press_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemTyp
case MarkerBarItem:
case TempoBarItem:
case MeterBarItem:
+ case TransportMarkerBarItem:
+ case RangeMarkerBarItem:
+ case CdMarkerBarItem:
if (!Keyboard::modifier_state_equals (event->button.state, Keyboard::PrimaryModifier)) {
start_cursor_grab_no_stop(&playhead_cursor->canvas_item, event);
}