summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-01-28 11:31:11 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-01-28 11:31:11 +0100
commitc5047ec431e88cadd9aed2399cfcb142450b3524 (patch)
treee6e2882eb71fc65f3781158ea135d16c863a446b /gtk2_ardour/editor_selection.cc
parent5ba85b085050c4a56c754e0aee73ab7f65c016cc (diff)
ensure that most recently stripable is visible in editor
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 8902705db2..8cdf3940dc 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -966,6 +966,7 @@ Editor::track_selection_changed ()
* selected, because we always append to that list.
*/
set_selected_mixer_strip (*(selection->tracks.back()));
+ ensure_time_axis_view_is_visible (*(selection->tracks.back()), false);
break;
}