X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66cd9d7f557b5847d3672507135a2d0a5882f415..92a4e4de68d3bcc812c01b853c1a8d0f6ddadab6:/src/unix/utilsunx.cpp diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 85c4250675..64373c1e62 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -1168,7 +1168,7 @@ int wxGUIAppTraits::WaitForChild(wxExecuteData& execData) // don't consume 100% of the CPU while we're sitting this in this // loop if ( idle ) - wxUsleep(1); + wxMilliSleep(1); // give GTK+ a chance to call GTK_EndProcessDetector here and // also repaint the GUI