Make track Hide option work again.

git-svn-id: svn://localhost/ardour2/branches/3.0@7142 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-23 01:50:59 +00:00
parent 3b594f8046
commit ec4cb52685

View File

@ -573,6 +573,8 @@ EditorRoutes::hide_track_in_display (TimeAxisView& tv)
break;
}
}
redisplay ();
}
void
@ -587,6 +589,8 @@ EditorRoutes::show_track_in_display (TimeAxisView& tv)
break;
}
}
redisplay ();
}
void