mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
Set thread done flag when freeze completes.
git-svn-id: svn://localhost/ardour2/branches/3.0@4706 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9d52ae2f19
commit
baf51996c4
1 changed files with 1 additions and 0 deletions
|
|
@ -3626,6 +3626,7 @@ void*
|
|||
Editor::freeze_thread ()
|
||||
{
|
||||
clicked_routeview->audio_track()->freeze (*current_interthread_info);
|
||||
current_interthread_info->done = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue