mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
mark session dirty when loop location is changed
This commit is contained in:
parent
449c9b675d
commit
48fdb28153
1 changed files with 1 additions and 0 deletions
|
|
@ -1205,6 +1205,7 @@ Session::auto_loop_changed (Location* location)
|
|||
}
|
||||
|
||||
last_loopend = location->end();
|
||||
set_dirty ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue