Fix demodulator selection menu radio and display

This commit is contained in:
Charles J. Cliffe
2015-01-25 21:03:17 -05:00
parent 3d4f844d5e
commit e504f4f282
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -70,10 +70,10 @@ void ScopeCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
glViewport(0, 0, ClientSize.x, ClientSize.y);
glContext->DrawBegin();
glContext->Plot(waveform_points, stereo);
if (!deviceName.empty()) {
glContext->DrawDeviceName(deviceName);
}
glContext->Plot(waveform_points, stereo);
glContext->DrawEnd();