From ba26316857ddb70bd34f2c14d05932c8729c9d84 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 31 Oct 2013 15:39:29 -0400 Subject: make region fade in/out curve shapes into PolyLines not Polygons so that they don't close the stroke path at the top/bottom --- gtk2_ardour/audio_region_view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/audio_region_view.h') diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h index 353d0dc937..bb5cbf29c4 100644 --- a/gtk2_ardour/audio_region_view.h +++ b/gtk2_ardour/audio_region_view.h @@ -150,9 +150,9 @@ class AudioRegionView : public RegionView std::list > feature_lines; - ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position - ArdourCanvas::Polygon* fade_in_shape; - ArdourCanvas::Polygon* fade_out_shape; + ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position + ArdourCanvas::PolyLine* fade_in_shape; + ArdourCanvas::PolyLine* fade_out_shape; ArdourCanvas::Rectangle* fade_in_handle; ///< fade in handle, or 0 ArdourCanvas::Rectangle* fade_out_handle; ///< fade out handle, or 0 -- cgit v1.2.3