FL: Fix layout error in flowpack.

pull/52/head
Jonathan Moore Liles 2013-04-11 17:44:26 -07:00
parent 29479f73c4
commit ec09f027d6
1 changed files with 1 additions and 1 deletions

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;