bu5hm4n pushed a commit to branch master.

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

commit deca91bfe9f121db5299feae60c58c222b93a135
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Thu Jan 4 17:23:56 2018 +0000

    elm_popup: its not a focus layer
    
    elm popup is only a contextual wrapper arround a elm_notify, so
    implementing this thing here as focus layer is wrong.
---
 src/lib/elementary/elm_popup.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_popup.eo b/src/lib/elementary/elm_popup.eo
index 1532328815..347624894f 100644
--- a/src/lib/elementary/elm_popup.eo
+++ b/src/lib/elementary/elm_popup.eo
@@ -23,7 +23,7 @@ enum Elm.Popup.Orient
 }
 
 
-class Elm.Popup (Efl.Ui.Layout, Efl.Ui.Focus.Layer, Efl.Access.Widget.Action)
+class Elm.Popup (Efl.Ui.Layout, Efl.Access.Widget.Action)
 {
    [[Elementary popup class]]
    legacy_prefix: elm_popup;

-- 


Reply via email to