diff --git a/src/motif/evtloop.cpp b/src/motif/evtloop.cpp index 431f2a11b3..252ef362a7 100644 --- a/src/motif/evtloop.cpp +++ b/src/motif/evtloop.cpp @@ -355,7 +355,7 @@ bool wxDoEventLoopIteration( wxEventLoop& evtLoop ) // leave the main loop to give other threads a chance to // perform their GUI work wxMutexGuiLeave(); - wxUsleep(20); + wxMilliSleep(20); wxMutexGuiEnter(); } #endif