GNOME Bugzilla – Bug 620381
[StEntry] Consider children when setting hover state
Last modified: 2010-06-02 21:23:20 UTC
See attached patch - we might want to make actor_contains() public as st_widget_contains() to avoid code duplication between StWidget and StEntry.
Created attachment 162561 [details] [review] [StEntry] Consider children when setting hover state When hovering over the entry's ClutterText, the entry itself currently receives a leave event and updates the hover state. Apply the same logic as StWidget itself to treat children as part of the entry.
Review of attachment 162561 [details] [review]: Looks good
Attachment 162561 [details] pushed as cc16323 - [StEntry] Consider children when setting hover state