reset time-axis peak when meter-point changes - fixes #5771

This commit is contained in:
Robin Gareus 2013-11-20 18:54:34 +01:00
parent c1e8da2e60
commit 9a50b56930
2 changed files with 3 additions and 0 deletions

View file

@ -2266,6 +2266,8 @@ RouteTimeAxisView::meter_changed ()
if (_route && !no_redraw) {
request_redraw ();
}
// reset peak when meter point changes
gm.reset_peak_display();
}
void