summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-10 20:48:42 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 20:48:42 +0200
commit92494b89655fabc2e886ac18376cc8a775d2e87f (patch)
treeb2a1f66a662b05893cc64b3112ef28eedc0d9ca1
parent6d1ca9ce42de34ebe4d605fe637a68e80292fac2 (diff)
queue axis resize if port-config changes
-rw-r--r--gtk2_ardour/route_time_axis.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 3a68e490dd..a8abb3cc03 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -2272,6 +2272,9 @@ void
RouteTimeAxisView::io_changed (IOChange /*change*/, void */*src*/)
{
reset_meter ();
+ if (_route && !no_redraw) {
+ request_redraw ();
+ }
}
void