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:
Carl Hetherington 2009-02-27 23:26:10 +00:00
parent 9d52ae2f19
commit baf51996c4

View file

@ -3626,6 +3626,7 @@ void*
Editor::freeze_thread ()
{
clicked_routeview->audio_track()->freeze (*current_interthread_info);
current_interthread_info->done = true;
return 0;
}