'gtk2_ardour' - One further Glib::usleep needed

This commit is contained in:
John Emmas 2013-10-06 10:52:41 +01:00
parent 7f4ed54f53
commit e93c425d6f
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ ExportVideoDialog::launch_export ()
if (gtk_events_pending()) {
gtk_main_iteration ();
} else {
usleep (10000);
Glib::usleep (10000);
}
}
audio_progress_connection.disconnect();