summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-10-31 15:39:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-10-31 15:39:29 -0400
commitba26316857ddb70bd34f2c14d05932c8729c9d84 (patch)
tree82115b4c24d97dc8fb4f1ce02f4bceb0d225858a /gtk2_ardour/audio_region_view.h
parentea1ccb869a152d7344f498d2a062867f5bcf9d0b (diff)
make region fade in/out curve shapes into PolyLines not Polygons so that they don't close the stroke path at the top/bottom
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h6
1 files changed, 3 insertions, 3 deletions
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<std::pair<framepos_t, ArdourCanvas::Line*> > 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