When the theme is changed, the min value should be set the min of edc newly.

SVN revision: 78162
This commit is contained in:
Jaehwan Kim 2012-10-18 08:47:41 +00:00
parent 0487a76057
commit 45622bb3fa
1 changed files with 1 additions and 9 deletions

View File

@ -831,15 +831,7 @@ _item_theme_hook(Evas_Object *obj,
edje_object_size_min_restricted_calc(view, &mw, &mh, mw, mh);
if (!it->separator && !it->object)
elm_coords_finger_size_adjust(1, &mw, 1, &mh);
evas_object_size_hint_min_get(view, &minw, &minh);
if ((minw < mw) && (minh < mh))
evas_object_size_hint_min_set(view, mw, mh);
else if ((minw < mw) && (minh > mh))
evas_object_size_hint_min_set(view, mw, minh);
else if ((minw > mw) && (minh < mh))
evas_object_size_hint_min_set(view, minw, mh);
evas_object_size_hint_min_set(view, mw, mh);
}
static void