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 committed by Cedric BAIL
parent 4279f75f0b
commit 499ee62980
1 changed files with 1 additions and 0 deletions

View File

@ -383,4 +383,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);
}