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
Sequencer: Fix bug in fitting scale to viewport.
tags/non-daw-v1.3.0
Jonathan Moore Liles
4 years ago
parent
ee872467fb
commit
53ff9621ff
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
sequencer/src/canvas.C
+ 1
- 1
sequencer/src/canvas.C
View File
@@ -292,7 +292,7 @@ Canvas::_update_row_mapping ( void )
else
m.maxh = 128;
m.vp->h = m
in
( m.vp->h, m.maxh );
m.vp->h = m
ax
( m.vp->h, m.maxh );
resize_grid();
}
Write
Preview
Loading…
Cancel
Save