summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-21 15:49:28 +0200
committerRobin Gareus <robin@gareus.org>2017-07-21 15:49:28 +0200
commit3d505636207b3a595ed8ae2f8c7309477d826638 (patch)
tree3afe4a53f963bf38f5a7a12f47c2e4ba01e491e4 /gtk2_ardour/time_axis_view.h
parent8400ebd175e0b2db632ea45b1943dc646dfe97c4 (diff)
Properly propagate TAV TimeSelection
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 0b3c6ea722..ac67169a7e 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -289,6 +289,7 @@ class TimeAxisView : public virtual AxisView
Children children;
bool is_child (TimeAxisView*);
+ virtual bool propagate_time_selection () const { return false; }
virtual void remove_child (boost::shared_ptr<TimeAxisView>);
void add_child (boost::shared_ptr<TimeAxisView>);