must reset BBT markers in GUI after reset_tempo_marks()
reset_tempo_marks() will have destroyed the tempo marks referenced by any existing BBT marks
This commit is contained in:
parent
969dcaa8a6
commit
2194ae70da
@ -3146,6 +3146,7 @@ Editor::choose_mapping_drag (ArdourCanvas::Item* item, GdkEvent* event)
|
||||
TempoPoint& added = const_cast<TempoPoint&> (map->set_tempo (copied_no_ramp, bbt));
|
||||
focus = &added;
|
||||
reset_tempo_marks ();
|
||||
reset_bbt_marks ();
|
||||
}
|
||||
|
||||
/* Reversible commands get named here, now that we understand what we're doing */
|
||||
|
Loading…
Reference in New Issue
Block a user