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.
This commit is contained in:
Marcel Hollerbach 2018-01-04 17:23:56 +00:00
parent c26e759b9e
commit deca91bfe9
1 changed files with 1 additions and 1 deletions

View File

@ -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;