GNOME Bugzilla – Bug 702610
text: relayout on cursor visibility change
Last modified: 2013-06-20 17:04:21 UTC
See attached patch.
Created attachment 247224 [details] [review] text: relayout on cursor visibility change When the cursor visibility changes, we have to relayout the ClutterText actor instead of just redrawing it - as the cursor changes the PangoLayout size, a size request cycle is needed.
Review of attachment 247224 [details] [review]: good catch. feel free to push it to the clutter-1.14 branch as well.
Attachment 247224 [details] pushed as 23f9444 - text: relayout on cursor visibility change Pushed, thanks.