efl_ui/table: emit EFL_PACK_EVENT_LAYOUT_UPDATED on layout updates
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 17 Jul 2019 17:30:11 +0000 (13:30 -0400)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Jul 2019 05:02:34 +0000 (14:02 +0900)
this should be emitted.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9343

src/lib/elementary/efl_ui_table_layout.c

index ac90b63..3918780 100644 (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);
 }