jpeg pushed a commit to branch master.

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

commit d8f1ea44fd3ef9bdd70387383b9c68849713cfed
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Aug 29 16:41:53 2017 +0900

    widget: Add protected tag to focus_highlight_geometry
    
    This is meant to be called by the widget or elementary internals,
    potentially reimplemented by widget subclasses.
    
    Ref T5363
---
 src/lib/elementary/elm_widget.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo
index 144cdc0b57..43652534f0 100644
--- a/src/lib/elementary/elm_widget.eo
+++ b/src/lib/elementary/elm_widget.eo
@@ -532,7 +532,7 @@ abstract Elm.Widget (Efl.Canvas.Group, 
Elm.Interface.Atspi_Accessible,
             mode: Elm.Focus.Region.Show_Mode; [[Focus region show mode]]
          }
       }
-      @property focus_highlight_geometry {
+      @property focus_highlight_geometry @protected {
          [[The rectangle region to be highlighted on focus.
 
            This is a rectangle region where the focus highlight should be

-- 


Reply via email to