summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-26 14:08:58 +0100
committerRobin Gareus <robin@gareus.org>2017-01-26 14:08:58 +0100
commit7ef09f98ffefb8ac3b8b835d7d0fe64dfa9a0f13 (patch)
tree921a5c26568d63c31b63e673ad7c1052f09e5d9e /gtk2_ardour/mixer_ui.h
parent6de15a79cfc9f9156700e2fe84287a5abe4f9893 (diff)
Fix mixer continuous multi-selection
Shift+select needs to iterate over strips as they are visually ordered. (Previously the order of adding/loading strips was used)
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 27a5575f77..8e5bbddfd0 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -187,6 +187,7 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
void remove_master (VCAMasterStrip*);
MixerStrip* strip_by_route (boost::shared_ptr<ARDOUR::Route>) const;
+ MixerStrip* strip_by_stripable (boost::shared_ptr<ARDOUR::Stripable>) const;
AxisView* axis_by_stripable (boost::shared_ptr<ARDOUR::Stripable>) const;
void hide_all_strips (bool with_select);