summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2017-11-17 15:40:35 +0100
committerMarcel Hollerbach <marcel@osg.samsung.com>2017-11-17 16:08:14 +0100
commit56522f19fffa62465409e2081b784053b34a7a8e (patch)
tree7dfb731d982dbe125f48737cb0d5a84741736e07
parentb93e744e1f4a507c9a4e1ded89a4d13a238ce514 (diff)
downloadefl-56522f19fffa62465409e2081b784053b34a7a8e.tar.gz
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.
-rw-r--r--src/lib/elementary/efl_ui_focus_manager_sub.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_focus_manager_sub.eo b/src/lib/elementary/efl_ui_focus_manager_sub.eo
index 117ccb4adc..899e96b4b5 100644
--- a/src/lib/elementary/efl_ui_focus_manager_sub.eo
+++ b/src/lib/elementary/efl_ui_focus_manager_sub.eo
@@ -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