fix up indentation caused by lack of .emacs
[ardour.git] / gtk2_ardour / crossfade_view.cc
index 0d1d9427d6f0af9cbcc4f34a2632b4704a26f0e5..5e27bf958fca7bd62dc5e84f41cffdbafa21f1d8 100644 (file)
@@ -174,7 +174,7 @@ CrossfadeView::redraw_curves ()
        }
 
        npoints = get_time_axis_view().editor.frame_to_pixel (crossfade->length());
-       npoints = std::min (gdk_screen_width(), npoints);
+       // npoints = std::min (gdk_screen_width(), npoints);
 
        if (!_visible || !crossfade->active() || npoints < 3) {
                fade_in->hide();
@@ -189,6 +189,7 @@ CrossfadeView::redraw_curves ()
        vec = new float[npoints];
 
        crossfade->fade_in().get_vector (0, crossfade->length(), vec, npoints);
+
        for (int i = 0, pci = 0; i < npoints; ++i) {
                Art::Point &p = (*points)[pci++];
                p.set_x(i);