mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 22:27:36 +01:00
(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:
parent
c611b548ec
commit
22a80d4ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue