13
0

no need for a tempo map reset after the remove-while-moving

This commit is contained in:
Paul Davis 2023-04-27 19:56:12 -06:00
parent 907d3f82a7
commit 408aed9e85

View File

@ -3450,7 +3450,7 @@ BBTMarkerDrag::finished (GdkEvent* event, bool movement_occurred)
BBT_Time bbt (_point->bbt());
string name (_point->name());
map->remove_bartime (*_point);
map->remove_bartime (*_point, false);
/* bartime must be set using audio time */