elementary: fix resizing on naviframe when an item is poped (typo)

SVN revision: 76870
This commit is contained in:
Michael BOUCHAUD 2012-09-19 14:34:03 +00:00
parent 56dce48238
commit 3bbf200509
2 changed files with 6 additions and 1 deletions

View File

@ -521,3 +521,8 @@
2012-09-19 Jaehwan Kim
* Add reorder mode set/get API in Toolbar
2012-09-19 Michael Bouchaud (yoz)
* fix resizing on naviframe when an item is poped

View File

@ -1333,7 +1333,7 @@ elm_naviframe_item_pop(Evas_Object *obj)
evas_object_freeze_events_set(VIEW(prev_it), EINA_TRUE);
}
elm_widget_resize_object_set(obj, VIEW(it));
elm_widget_resize_object_set(obj, VIEW(prev_it));
evas_object_raise(VIEW(prev_it));
//XXX: ACCESS