Browse Source

Mixer: Remove superfluous semicolon.

tags/non-daw-v1.3.0
Jonathan Moore Liles 4 years ago
parent
commit
cb3d4f9254
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mixer/src/Mixer.C

+ 1
- 1
mixer/src/Mixer.C 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();


Loading…
Cancel
Save