Transform error for scope divider / center line

This commit is contained in:
Charles J. Cliffe
2015-08-09 13:23:58 -04:00
parent db8e7a68d0
commit c970f8d5db
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -69,7 +69,6 @@ void ScopeCanvas::OnPaint(wxPaintEvent& WXUNUSED(event)) {
}
scopePanel.setPoints(avData->waveform_points);
// waveform_points.assign(avData->waveform_points.begin(),avData->waveform_points.end());
setStereo(avData->channels == 2);
avData->decRefCount();