tempo mapping: when not close to a beat line, revert cursor to grabber

This commit is contained in:
Paul Davis 2023-04-10 09:15:17 -06:00
parent 15a018a59d
commit 53a98a64fa

View File

@ -2356,6 +2356,8 @@ Editor::motion_handler (ArdourCanvas::Item* item, GdkEvent* event, bool from_aut
*/
ctx->cursor_ctx->change (cursors()->time_fx);
} else {
ctx->cursor_ctx->change (cursors()->grabber);
}
}
}