summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2008-11-03 21:29:35 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2008-11-03 21:29:35 +0000
commita6d1b90b33e9f1e63029c0df8911ef9647969cda (patch)
tree8519d593f3e1907b6674bba26d372e960a8222b9 /gtk2_ardour/route_time_axis.cc
parentab795db9131a464a18454771dcc8d3d79dd61c38 (diff)
Dont move track backgrounds, so that they no longer disappear at high zooms, SAE version uses shift button1 to solo additional tracks in not latched solo mode.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4089 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index cab6262706..941d0dfa6a 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -1828,6 +1828,7 @@ RouteTimeAxisView::redirect_menu_item_toggled (RouteTimeAxisView::RedirectAutoma
if (showit) {
ran->view->set_marked_for_display (true);
ran->view->canvas_display->show();
+ ran->view->canvas_background->show();
} else {
rai->redirect->mark_automation_visible (ran->what, true);
ran->view->set_marked_for_display (false);