GNOME Bugzilla – Bug 697722
st-im-text: Override ClutterText's cursor_event to set cursor position
Last modified: 2013-04-10 15:29:39 UTC
See patch.
Created attachment 241166 [details] [review] st-im-text: Override ClutterText's cursor_event to set cursor position This is both more efficient and accurate than doing it from the paint vfunc.
Created attachment 241170 [details] [review] st-im-text: Override ClutterText's cursor_event to set cursor position -- * Stop rounding the width/height since those are integers already.
Review of attachment 241170 [details] [review]: OK.
Attachment 241170 [details] pushed as 86c92c3 - st-im-text: Override ClutterText's cursor_event to set cursor position