13
0

Speculative fix for timefx add_command calls happening after

the commit_reversible command (#4864 and duplicates).


git-svn-id: svn://localhost/ardour2/branches/3.0@12548 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-02 19:42:45 +00:00
parent e5024657fc
commit 08d7dff3d9

View File

@ -308,6 +308,8 @@ Editor::time_fx (RegionList& regions, float val, bool pitching)
gtk_main_iteration (); gtk_main_iteration ();
} }
pthread_join (current_timefx->request.thread, 0);
current_timefx->hide (); current_timefx->hide ();
return current_timefx->status; return current_timefx->status;
} }