bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=e3de0f994fd4d407002307504a5fc529ccb5dd82

commit e3de0f994fd4d407002307504a5fc529ccb5dd82
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Wed Nov 15 17:38:43 2017 +0100

    efl_ui_calendar: set focus object protected mode
    
    i forgot a define here and was confused by the fact that we have two
    calendar widgets, sorry for that.
---
 src/lib/elementary/efl_ui_calendar.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/efl_ui_calendar.c 
b/src/lib/elementary/efl_ui_calendar.c
index a76688d569..7c3c5c1776 100644
--- a/src/lib/elementary/efl_ui_calendar.c
+++ b/src/lib/elementary/efl_ui_calendar.c
@@ -5,6 +5,7 @@
 #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #define ELM_INTERFACE_ATSPI_WIDGET_ACTION_PROTECTED
 #define EFL_UI_FOCUS_COMPOSITION_PROTECTED
+#define EFL_UI_FOCUS_OBJECT_PROTECTED
 
 #include <Elementary.h>
 #include "elm_priv.h"

-- 


Reply via email to