Bug 462420 – Clicking on pixbuf should move the cursor to the position
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 15 Aug 2007 19:41:00 +0000 (19:41 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 15 Aug 2007 19:41:00 +0000 (19:41 +0000)
commit12af073c1075f06996353f53e6343e509573d0f2
tree238f815d1a63f2d8788f7cbd9516b52319804fda
parentf90163fecc2f1e10ea1c800c2ac3045b485398bd
Bug 462420 – Clicking on pixbuf should move the cursor to the position

2007-08-15  Behdad Esfahbod  <behdad@gnome.org>

        Bug 462420 – Clicking on pixbuf should move the cursor to the position
        nearest to the click point

        * pango/pango-layout.c (pango_layout_line_x_to_index): Remove
        special-casing for shape-attribute runs.  It all works because
        pango_glyph_string_x_to_index() is perfectly correct to run on glyphs
        returned by _pango_shape_shape().

svn path=/trunk/; revision=2402
ChangeLog
pango/pango-layout.c