Browse Source

FL: Fix layout error in flowpack.

tags/non-daw-v1.2.0
Jonathan Moore Liles 11 years ago
parent
commit
ec09f027d6
1 changed files with 1 additions and 1 deletions
  1. +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() < RH )
{
/* if it'll fit in this column, put it below the previous widget */
X = LX;


Loading…
Cancel
Save