GNOME Bugzilla – Bug 642483
StEntry: remove special redundant hover tracking
Last modified: 2011-02-18 14:52:22 UTC
For historical reasons, StEntry always did hover tracking when you had visible hint_text, even if track_hover was FALSE. Remove that special case, and make entries track hover just like all other widgets do. If we actually needed to distinguish hovered-with-hint-text from hovered-without-hint-text (which, at the moment, we don't), we could do that by setting separate CSS for :hover and :hover:indeterminate.
Created attachment 181024 [details] [review] StEntry: remove special redundant hover tracking
actually, I'm unconvinced the sync_hover() (or the code it replaced) is actually providing any value
Review of attachment 181024 [details] [review]: Sure.
Attachment 181024 [details] pushed as 1a639f0 - StEntry: remove special redundant hover tracking