efl_ui/table: emit EFL_PACK_EVENT_LAYOUT_UPDATED on layout updates

this should be emitted.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9343
This commit is contained in:
Mike Blumenkrantz 2019-07-17 13:30:11 -04:00
parent 17958ef3e6
commit b79e98d6ee
1 changed files with 1 additions and 0 deletions

View File

@ -381,4 +381,5 @@ _efl_ui_table_custom_layout(Efl_Ui_Table *ui_table, Efl_Ui_Table_Data *pd)
efl_gfx_hint_size_restricted_min_set(ui_table,
EINA_SIZE2D(table_calc.want[0],
table_calc.want[1]));
efl_event_callback_call(ui_table, EFL_PACK_EVENT_LAYOUT_UPDATED, NULL);
}