fix initial bring in coord calc for genlist items if inside first

block (special case) and probably other stuff that goes wrong related
to geomtry being wrong at this stage.



SVN revision: 69557
This commit is contained in:
Carsten Haitzler 2012-03-22 09:32:18 +00:00
parent 18ac67edd1
commit e514faae6f
1 changed files with 1 additions and 0 deletions

View File

@ -2265,6 +2265,7 @@ _item_block_recalc(Item_Block *itb,
it->y = y;
y += it->item->h;
}
if (changed) itb->wd->pan_changed = changed;
itb->minw = minw;
itb->minh = minh;
itb->changed = EINA_FALSE;