From 89332d03b8dea3fbce3af0c6393fd59104d65de1 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Fri, 14 Aug 2015 20:54:18 -0400 Subject: [PATCH] too much delay.. --- src/AppFrame.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }