summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/mixer_ui.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc
index 5192a90abc..05c2a51f62 100644
--- a/gtk2_ardour/mixer_ui.cc
+++ b/gtk2_ardour/mixer_ui.cc
@@ -849,6 +849,10 @@ Mixer_UI::sync_treeview_from_presentation_info (PropertyChange const & what_chan
_selection.remove (*i);
}
}
+
+ if (!_selection.axes.empty()) {
+ move_stripable_into_view ((*_selection.axes.begin())->stripable());
+ }
}
redisplay_track_list ();