mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-05 00:41:17 -05:00
too much delay..
This commit is contained in:
parent
9c1d9f5798
commit
89332d03b8
@ -784,9 +784,9 @@ void AppFrame::OnIdle(wxIdleEvent& event) {
|
||||
|
||||
if (!this->IsActive()) {
|
||||
#ifndef _WIN32
|
||||
usleep(50000);
|
||||
usleep(25000);
|
||||
#else
|
||||
Sleep(50);
|
||||
Sleep(25);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user