efl_ui_focus_manager_sub: do not specify a interface as first argument

this leads in eo to the meaning that the manager.sub is giving
implementations to that interface, but leaving the ->func with NULL,
which leads on some maschines to the assumation that this is
pure_virtual, which means not composition objects will be queried, on
other maschines this will work, since there other inherits will
overwrite this entry and set ->src to NULL.

While i still dont understand why this works on some maschines and does
not on others, this is is now fixed.
This commit is contained in:
Marcel Hollerbach 2017-11-17 15:40:35 +01:00
parent b93e744e1f
commit 56522f19ff
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
mixin Efl.Ui.Focus.Manager.Sub (Efl.Ui.Focus.Manager, Efl.Object)
mixin Efl.Ui.Focus.Manager.Sub (Efl.Interface, Efl.Ui.Focus.Manager, Efl.Object)
{
[[A class that automatically registeres its border elements in the parent manager