Process messages after using the state_get of genlist items

This allows to make these states change the minimum size of the item
without the list calculating everything wrong.
This commit is contained in:
Ivan Briano 2013-05-16 19:28:17 -03:00
parent e847b65e2f
commit 86b4ab8276
1 changed files with 1 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@ _item_state_realize(Elm_Gen_Item *it,
edje_object_signal_emit(target, buf, "elm");
}
}
edje_object_message_signal_process(target);
}
}