mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-27 06:08:37 -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()) {
|
if (!this->IsActive()) {
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
usleep(50000);
|
usleep(25000);
|
||||||
#else
|
#else
|
||||||
Sleep(50);
|
Sleep(25);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user