raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=b5377130011329cef22eec3fa7967eff2940b0e8

commit b5377130011329cef22eec3fa7967eff2940b0e8
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Fri May 15 12:34:11 2015 +0900

    layout: Flush layout resize object's edje signals on focus/unfocus.
    
    Summary: @Fix
    
    Reviewers: cedric, seoz, raster
    
    Reviewed By: raster
    
    Subscribers: kimcinoo, seoz
    
    Differential Revision: https://phab.enlightenment.org/D1913
---
 src/lib/elm_layout.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_layout.c b/src/lib/elm_layout.c
index 5fa33e0..4cc30c3 100644
--- a/src/lib/elm_layout.c
+++ b/src/lib/elm_layout.c
@@ -417,6 +417,7 @@ _elm_layout_elm_widget_on_focus(Eo *obj, 
Elm_Layout_Smart_Data *_pd EINA_UNUSED)
         if (_elm_config->atspi_mode && !elm_widget_child_can_focus_get(obj))
           elm_interface_atspi_accessible_state_changed_signal_emit(obj, 
ELM_ATSPI_STATE_FOCUSED, EINA_FALSE);
      }
+   edje_object_message_signal_process(wd->resize_obj);
 
    return EINA_TRUE;
 }

-- 


Reply via email to