markers should snap when created by context-menu

This commit is contained in:
Ben Loftis 2023-09-15 19:05:11 -05:00
parent 2242b3706c
commit 376246f0fc
1 changed files with 1 additions and 0 deletions

View File

@ -1751,6 +1751,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
case MinsecRulerItem:
case BBTRulerItem:
case SelectionMarkerItem:
snap_to (where, Temporal::RoundNearest, SnapToGrid_Scaled, false);
popup_ruler_menu (where, item_type);
break;