mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
merge fix again
This commit is contained in:
parent
46c8369328
commit
9673e6b271
1 changed files with 2 additions and 2 deletions
|
|
@ -7421,9 +7421,9 @@ Editor::remove_time (framepos_t pos, framecnt_t frames, InsertTimeOption opt,
|
||||||
if (tempo_too) {
|
if (tempo_too) {
|
||||||
XMLNode& before (_session->tempo_map().get_state());
|
XMLNode& before (_session->tempo_map().get_state());
|
||||||
|
|
||||||
if (_session->tempo_map().cut_time (pos, frames) ) {
|
if (_session->tempo_map().remove_time (pos, frames) ) {
|
||||||
if (!in_command) {
|
if (!in_command) {
|
||||||
begin_reversible_command (_("cut time"));
|
begin_reversible_command (_("remove time"));
|
||||||
in_command = true;
|
in_command = true;
|
||||||
}
|
}
|
||||||
XMLNode& after (_session->tempo_map().get_state());
|
XMLNode& after (_session->tempo_map().get_state());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue