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)
commit89d4986aee59d19fd2c82b5614b320b0cb5f52ca
treec1b9b183a2f9f3127e74f7024892aefdc7651f4c
parentc7b28cb1ac6eae376e7de600e004b2e377623107
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
legacy/elementary/src/lib/elc_popup.c