projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdc6a18
)
Revert "This helps at Elementary vs non-Elementary UI elements mix scenarios WRT...
author
Gustavo Lima Chaves
<glima@profusion.mobi>
Mon, 20 Dec 2010 19:21:17 +0000
(19:21 +0000)
committer
Gustavo 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
patch
|
blob
|
history
diff --git
a/src/lib/elm_widget.c
b/src/lib/elm_widget.c
index 7b6514bc813a1f151746ce54a9c26135272194e4..48393b564a3b327be292145007e42fb06a89ea3c 100644
(file)
--- a/
src/lib/elm_widget.c
+++ b/
src/lib/elm_widget.c
@@
-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);
}