queue axis resize if port-config changes

This commit is contained in:
Robin Gareus 2013-07-10 20:48:42 +02:00
parent 6d1ca9ce42
commit 92494b8965
1 changed files with 3 additions and 0 deletions

View File

@ -2272,6 +2272,9 @@ void
RouteTimeAxisView::io_changed (IOChange /*change*/, void */*src*/)
{
reset_meter ();
if (_route && !no_redraw) {
request_redraw ();
}
}
void