diff options
Diffstat (limited to 'UViewer.pas')
| -rw-r--r-- | UViewer.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UViewer.pas b/UViewer.pas index 0eceba8..4c37af2 100644 --- a/UViewer.pas +++ b/UViewer.pas @@ -184,7 +184,7 @@ begin Inc(i); end; // gdk_window_process_all_updates; - usleep(100); + g_usleep(100); until (microseconds div 1000) > dur; gtk_adjustment_set_value(adj, dest_value); // gdk_window_process_all_updates; |
