list: do not change scr_min flags when setting an unenforced list mode

only LIMIT and EXPAND modes prohibit manually setting these flags. changing
them in any other scenario can result in overriding user-set flags

@fix
This commit is contained in:
Mike Blumenkrantz 2016-02-26 11:54:16 -05:00
parent 32c64f5d6c
commit b6827260ce
1 changed files with 0 additions and 5 deletions

View File

@ -765,11 +765,6 @@ _elm_list_mode_set_internal(Evas_Object *obj)
sd->scr_minw = EINA_TRUE;
sd->scr_minh = EINA_TRUE;
}
else
{
sd->scr_minw = EINA_FALSE;
sd->scr_minh = EINA_FALSE;
}
elm_layout_sizing_eval(obj);
}