elementary: fix wrong size calc when an item have setted tittle_visible_set to false

SVN revision: 76897
This commit is contained in:
Michael BOUCHAUD 2012-09-20 09:16:55 +00:00
parent 19b2e5e892
commit 2bae83010b
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ _item_title_visible_update(Elm_Naviframe_Item *nit)
edje_object_signal_emit(VIEW(nit), "elm,state,title,show", "elm");
else
edje_object_signal_emit(VIEW(nit), "elm,state,title,hide", "elm");
edje_object_message_signal_process(VIEW(nit));
}
static Eina_Bool