This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Mixer: Remove superfluous semicolon.
tags/non-daw-v1.3.0
Jonathan Moore Liles
4 years ago
parent
9330b07d99
commit
cb3d4f9254
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Cancel
Save