(from 2.x) make context menu-driven stuff on ruler bars happen in the right place (e.g. new markers)

git-svn-id: svn://localhost/ardour2/branches/3.0@4878 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-03-21 13:08:06 +00:00
parent c611b548ec
commit 22a80d4ffd

View File

@ -1123,7 +1123,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
case CdMarkerBarItem:
case TempoBarItem:
case MeterBarItem:
popup_ruler_menu (pixel_to_frame(event->button.x), item_type);
popup_ruler_menu (where, item_type);
break;
case MarkerItem: