mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-15 04:57:49 -04:00
Add some sleep to AppFrame idle to prevent it from chewing up too much CPU while minimized
This commit is contained in:
parent
6ae02bee9c
commit
8bce632982
@ -769,6 +769,7 @@ void AppFrame::OnIdle(wxIdleEvent& event) {
|
|||||||
wproc->run();
|
wproc->run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
usleep(5000);
|
||||||
/* scopeCanvas->Refresh();
|
/* scopeCanvas->Refresh();
|
||||||
|
|
||||||
waterfallCanvas->Refresh();
|
waterfallCanvas->Refresh();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user