X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_plot.cc;h=f78885772ce033e682a1e9d178d85c93441b2b45;hb=247b3423fcea1d4d20d797b48cdbaafa8dad1ea1;hp=7ed792351bb30e49ecbfa33fdb1ad12b72a3e286;hpb=16a7ea91e973b327735658857cbf996cc740be77;p=dcpomatic.git diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index 7ed792351..f78885772 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -146,7 +146,6 @@ AudioPlot::paint () gc->StrokePath (grid); gc->DrawText (_("Time"), data_width, _height - _y_origin + db_label_height / 2); - if (_type_visible[AudioPoint::PEAK]) { for (int c = 0; c < MAX_AUDIO_CHANNELS; ++c) {