bbt markers should be freely draggable regardless of grid setting

This commit is contained in:
Paul Davis 2022-09-26 11:02:42 -06:00
parent 8ba21e7fff
commit 340253a095

View File

@ -3401,7 +3401,7 @@ BBTMarkerDrag::motion (GdkEvent* event, bool first_move)
_editor->begin_reversible_command (_("move BBT point"));
}
timepos_t pos = adjusted_current_time (event);
timepos_t pos = adjusted_current_time (event, false);
_marker->set_position (pos);