Revert "This helps at Elementary vs non-Elementary UI elements mix scenarios WRT...
authorGustavo Lima Chaves <glima@profusion.mobi>
Mon, 20 Dec 2010 19:21:17 +0000 (19:21 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Mon, 20 Dec 2010 19:21:17 +0000 (19:21 +0000)
This proved not to help much, as dealing with non-elm things
focus-wise is pure hell. Reverting.

SVN revision: 55675

src/lib/elm_widget.c

index 7b6514bc813a1f151746ce54a9c26135272194e4..48393b564a3b327be292145007e42fb06a89ea3c 100644 (file)
@@ -272,7 +272,7 @@ _parent_focus(Evas_Object *obj)
 
        /* we don't want to bump a common widget ancestor's
           focus_order *twice* while parent focusing */
-       if (!ret || (!i) || (i != focus_order) || !elm_widget_focus_get(o))
+       if (!ret || (!i) || (i != focus_order))
          _parent_focus(o);
      }