calendar: fix signal process timing issue when view update.

Summary:
When the calendar view updated(Press next button to activated next month),
a lot of signals process(signal emitted) to calendar edc.

The signals which related with view update, should process in same loop.
If not, the view looks weird.

To ensure signals process same time, i called "edje_object_message_signal_process" after layout sizing eval called.

@fix

Reviewers: Hermet, cedric, woohyun

Subscribers: id213sin

Differential Revision: https://phab.enlightenment.org/D3019

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
woochan lee 2015-09-09 00:54:56 +02:00 committed by Cedric BAIL
parent 1848f59982
commit c3a93cc440
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ _populate(Evas_Object *obj)
sd->filling = EINA_FALSE;
elm_layout_thaw(obj);
elm_layout_sizing_eval(obj);
edje_object_message_signal_process(elm_layout_edje_get(obj));
}
static void