]> Pileus Git - ~andy/gtk/commit
Bug 530575 – GtkEntry with invisible chars has a confused cursor in
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Oct 2008 01:16:48 +0000 (01:16 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 3 Oct 2008 01:16:48 +0000 (01:16 +0000)
commit3a4fea330790e34b05b3024a412aec93c551196c
treef6f4347d1284b1909e1de4d4cfb7fcae12bdd198
parentae2bf7863c5c693e072beb203b4499fe7ebd8723
Bug 530575 – GtkEntry with invisible chars has a confused cursor in

2008-10-02  Matthias Clasen <mclasen@redhat.com>

        Bug 530575 – GtkEntry with invisible chars has a confused cursor in
        overwrite mode

        * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
        in the layout when positioning the cursor, not the actual text
        content of the entry. This makes a different when using overwrite
        mode in an invisible entry.
        Problem noticed by Jonathan Blandford

        * gtk/gtktextutil.c: Fix a typo in a comment

svn path=/trunk/; revision=21580
ChangeLog
gtk/gtkentry.c
gtk/gtktextutil.c