apply Theme > “Show waveform clipping”

fixes http://tracker.ardour.org/view.php?id=5589#c15515
This commit is contained in:
Robin Gareus 2015-01-21 19:35:04 +01:00
parent 174838f3c7
commit f282884094
2 changed files with 3 additions and 1 deletions

View file

@ -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 ();
}
}