reinstate zero line in waveforms (can be hidden by changing the color to something...
[ardour.git] / gtk2_ardour / audio_region_view.cc
index 05b797bc94e417b45d6c23c5858e182faa2d4382..93a5827b2b250c4e491a92e672244ead2d6df725 100644 (file)
@@ -1150,8 +1150,8 @@ AudioRegionView::create_one_wave (uint32_t which, bool /*direct*/)
        wave->set_y_position (yoff);
        wave->set_height (ht);
        wave->set_samples_per_pixel (samples_per_pixel);
-       wave->set_show_zero_line (false);
-
+       wave->set_show_zero_line (true);
+       
        switch (Config->get_waveform_shape()) {
        case Rectified:
                wave->set_shape (WaveView::Rectified);