summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-01 22:35:46 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-01 22:35:46 +0000
commitba225736a40b869342eba68b2ed15d2d17aee94e (patch)
treefb8aa4ef09f25c1fd30c5ef8b39beee0af0267eb /gtk2_ardour/region_view.h
parentf645b4119e4f2b03d5cd24618253e2f8b4140262 (diff)
Don't give automation region views left/right trim handles. Fixes #3428.
git-svn-id: svn://localhost/ardour2/branches/3.0@7727 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 1cf392b534..02c08ae022 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -45,7 +45,8 @@ class RegionView : public TimeAxisViewItem
TimeAxisView& time_view,
boost::shared_ptr<ARDOUR::Region> region,
double samples_per_unit,
- Gdk::Color const & basic_color);
+ Gdk::Color const & basic_color,
+ bool automation = false);
RegionView (const RegionView& other);
RegionView (const RegionView& other, boost::shared_ptr<ARDOUR::Region> other_region);