@fix homogeneous genlist recalc on theme change

fix T1023
This commit is contained in:
zmike 2014-02-25 17:37:56 -05:00
parent 5910426fce
commit f3f83a64fd
1 changed files with 3 additions and 1 deletions

View File

@ -4501,7 +4501,9 @@ _item_block_recalc(Item_Block *itb,
show_me |= it->item->show_me;
if (!itb->realized)
{
if (qadd)
if (qadd || (itb->sd->homogeneous &&
((it->group && (!itb->sd->group_item_height)) ||
((!it->group) && (!itb->sd->item_height)))))
{
if (!it->item->mincalcd) changed = EINA_TRUE;
if (changed)