diff --git a/src/AppFrame.cpp b/src/AppFrame.cpp index 7799cfd..d737ca0 100644 --- a/src/AppFrame.cpp +++ b/src/AppFrame.cpp @@ -784,9 +784,9 @@ void AppFrame::OnIdle(wxIdleEvent& event) { if (!this->IsActive()) { #ifndef _WIN32 - usleep(50000); + usleep(25000); #else - Sleep(50); + Sleep(25); #endif }