diff --git a/mixer/src/Mixer.C b/mixer/src/Mixer.C index 321bbb0..131e0a0 100644 --- a/mixer/src/Mixer.C +++ b/mixer/src/Mixer.C @@ -911,7 +911,7 @@ Mixer::rows ( int ideal_rows ) _rows = ideal_rows; - if ( _strip_height != sh ); + if ( _strip_height != sh ) { mixer_strips->redraw(); scroll->redraw();