13
0

no need to copy-construct here

This commit is contained in:
Paul Davis 2021-01-19 13:21:04 -07:00
parent 7e6f0ea2bb
commit e4e953df14

View File

@ -1642,7 +1642,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
case SamplesRulerItem:
case MinsecRulerItem:
case BBTRulerItem:
popup_ruler_menu (timepos_t (where), item_type);
popup_ruler_menu (where, item_type);
break;
case MarkerItem: