Revert "colorselector: Avoid API call on NULL object"

This reverts commit b156f606e4.
The change should have been in EO itself. See the previous
patch.

Ref T5715
This commit is contained in:
Jean-Philippe Andre 2017-07-12 10:55:44 +09:00
parent 40029ce70a
commit 2ee389c54b
1 changed files with 1 additions and 1 deletions

View File

@ -1507,7 +1507,7 @@ _elm_colorselector_elm_layout_sizing_eval(Eo *obj, Elm_Colorselector_Data *sd)
return;
}
if (sd->palette_box) efl_pack_layout_request(sd->palette_box);
efl_pack_layout_request(sd->palette_box);
edje_object_size_min_calc(wd->resize_obj, &minw, &minh);
evas_object_size_hint_min_set(obj, minw, minh);
}