Process messages after using the state_get of genlist items
authorIvan Briano <ivan@profusion.mobi>
Thu, 16 May 2013 22:28:17 +0000 (19:28 -0300)
committerIvan Briano <ivan@profusion.mobi>
Thu, 16 May 2013 22:28:17 +0000 (19:28 -0300)
This allows to make these states change the minimum size of the item
without the list calculating everything wrong.

src/lib/elm_genlist.c

index bc921f4..6e5c19b 100644 (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);
      }
 }