e menu - fix type for setting fill to wrong obj...

This commit is contained in:
Carsten Haitzler 2019-08-22 19:50:14 +01:00
parent 02957edfe9
commit e49f4f8de1
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ no_submenu_item:
mi->icon_w = icon_w;
mi->icon_h = icon_h;
E_WEIGHT(mi->icon_object, 0, 1);
E_FILL(mi->icon_bg_object);
E_FILL(mi->icon_object);
evas_object_size_hint_min_set(mi->icon_object, ww, hh);
elm_box_pack_end(mi->container_object, o);
evas_object_show(o);