Mixer: Remove superfluous semicolon.

pull/119/merge
Jonathan Moore Liles 2020-09-24 17:58:55 -07:00
parent 9330b07d99
commit cb3d4f9254
1 changed files with 1 additions and 1 deletions

View File

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