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
FL: Fix layout error in flowpack.
tags/non-daw-v1.2.0
Jonathan Moore Liles
11 years ago
parent
29479f73c4
commit
ec09f027d6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
FL/Fl_Flowpack.H
+ 1
- 1
FL/Fl_Flowpack.H
View File
@@ -130,7 +130,7 @@ public:
if ( _flow )
{
if ( _flowdown && Y + o->h() < H )
if ( _flowdown && Y + o->h() <
R
H )
{
/* if it'll fit in this column, put it below the previous widget */
X = LX;
Write
Preview
Loading…
Cancel
Save