Frame timer too jittery for anything but OSX, back to throttling which looks nicer..

This commit is contained in:
Charles J. Cliffe
2015-08-12 18:07:06 -04:00
parent d2dbb2ff11
commit 6ae02bee9c
10 changed files with 32 additions and 21 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ void ScopeCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
}
void ScopeCanvas::OnIdle(wxIdleEvent &event) {
event.Skip();
Refresh();
event.RequestMore();
}
ScopeRenderDataQueue *ScopeCanvas::getInputQueue() {