adjust-width/redraw track-header when meter changes

This commit is contained in:
Robin Gareus 2013-07-05 06:33:28 +02:00
parent 40493e06ee
commit fbc324ee81
1 changed files with 3 additions and 0 deletions

View File

@ -2263,6 +2263,9 @@ RouteTimeAxisView::meter_changed ()
{
ENSURE_GUI_THREAD (*this, &RouteTimeAxisView::meter_changed)
reset_meter();
if (_route && !no_redraw) {
request_redraw ();
}
}
void