summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-30 18:35:16 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-30 18:35:16 +0000
commit11d2bfa26f09d2321d1e4e90699e0a6540c68214 (patch)
tree5c574053c58d025c30be7b229328d341bf186cc0 /gtk2_ardour/ghostregion.h
parent0075f4d58cde9fdaf4e9ca6b8e5367e7b053b7a7 (diff)
Fix up midi ghost regions. Should fix #3629.
git-svn-id: svn://localhost/ardour2/branches/3.0@8388 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index 3939c46a4b..9f0442decb 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -52,7 +52,9 @@ public:
guint source_track_color(unsigned char alpha = 0xff);
bool is_automation_ghost();
+ /** TimeAxisView that is the AutomationTimeAxisView that we are on */
TimeAxisView& trackview;
+ /** TimeAxisView that we are a ghost for */
TimeAxisView& source_trackview;
ArdourCanvas::Group* group;
ArdourCanvas::SimpleRect* base_rect;