fix other bring in bug leif found.

SVN revision: 69581
This commit is contained in:
Carsten Haitzler 2012-03-23 07:33:15 +00:00
parent 91f8728bb4
commit 20f3049d40
1 changed files with 4 additions and 1 deletions

View File

@ -2257,7 +2257,10 @@ _item_block_recalc(Item_Block *itb,
}
}
else
_item_realize(it, in, EINA_FALSE);
{
if (!it->item->mincalcd) changed = EINA_TRUE;
_item_realize(it, in, EINA_FALSE);
}
minh += it->item->minh;
if (minw < it->item->minw) minw = it->item->minw;
in++;