Fix erroneous reset of visible channels in audio level dialog when changing gain.
[dcpomatic.git] / src / wx / audio_plot.cc
index 7ed792351bb30e49ecbfa33fdb1ad12b72a3e286..f78885772ce033e682a1e9d178d85c93441b2b45 100644 (file)
@@ -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) {