elc_popup: Fix to make popup get proper size
authorJee-Yong Um <conr2d@gmail.com>
Fri, 20 Mar 2015 05:14:02 +0000 (14:14 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 20 Mar 2015 05:14:02 +0000 (14:14 +0900)
commitb7eac0a92f1ccc0356a22fd2e57dac9af77f0436
treebbfd36af80b68d57d0e81217177667b81116a5ef
parentf3a066305bdfa7585df8532c1eb404c13c449cb4
elc_popup: Fix to make popup get proper size

Summary:
There is a bug that popup can't get proper size when list is set as its content.
Because of unneccesary calling evas_object_show() in popup's overriding elm_obj_container_content_set(),
sizing eval doens't work correctly.
This patch fixes this bug.

Test Plan:
Execute 14th popup sample in "elementary_test popup".
(popup-center-title + list content + 1 button)
After applying this patch, popup shows correctly.

Reviewers: seoz, Hermet

Reviewed By: Hermet

Subscribers: Hermet, seoz

Differential Revision: https://phab.enlightenment.org/D2158
src/lib/elc_popup.c