mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
patch from colinf for #2304 to reset meter peaks when meter point is reset. Note: this does not fix the same issue in editor track meters, but these have no edit point control, so ...
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3474 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6f7d8728c8
commit
7e551db0d7
1 changed files with 2 additions and 0 deletions
|
|
@ -1228,6 +1228,8 @@ MixerStrip::meter_changed (void *src)
|
|||
}
|
||||
|
||||
gpm.setup_meters ();
|
||||
// reset peak when meter point changes
|
||||
gpm.reset_peak_display();
|
||||
set_width(_width, this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue