mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
apply Theme > “Show waveform clipping”
fixes http://tracker.ardour.org/view.php?id=5589#c15515
This commit is contained in:
parent
174838f3c7
commit
f282884094
2 changed files with 3 additions and 1 deletions
|
|
@ -1031,6 +1031,6 @@ WaveView::set_global_show_waveform_clipping (bool yn)
|
|||
{
|
||||
if (_global_show_waveform_clipping != yn) {
|
||||
_global_show_waveform_clipping = yn;
|
||||
VisualPropertiesChanged (); /* EMIT SIGNAL */
|
||||
ClipLevelChanged ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue