mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
'gtk2_ardour' - One further Glib::usleep needed
This commit is contained in:
parent
7f4ed54f53
commit
e93c425d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ ExportVideoDialog::launch_export ()
|
|||
if (gtk_events_pending()) {
|
||||
gtk_main_iteration ();
|
||||
} else {
|
||||
usleep (10000);
|
||||
Glib::usleep (10000);
|
||||
}
|
||||
}
|
||||
audio_progress_connection.disconnect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue