Bug 339367 – Incorrect spotlocation

2008-09-27  Matthias Clasen  <mclasen@redhat.com>

        Bug 339367 – Incorrect spotlocation

        * modules/input/gtkimcontextxim.c: Correct the spot location
        for on-the-spot style.

svn path=/trunk/; revision=21537
This commit is contained in:
Matthias Clasen 2008-09-28 03:21:15 +00:00 committed by Matthias Clasen
parent 7917ac1610
commit 3f8d98b94d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-09-27 Matthias Clasen <mclasen@redhat.com>
Bug 339367 Incorrect spotlocation
* modules/input/gtkimcontextxim.c: Correct the spot location
for on-the-spot style.
2008-09-27 Denis Washington <denisw@svn.gnome.org>
* gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation

View File

@ -846,7 +846,7 @@ gtk_im_context_xim_set_cursor_location (GtkIMContext *context,
return;
spot.x = area->x;
spot.y = area->y;
spot.y = area->y + area->height;
preedit_attr = XVaCreateNestedList (0,
XNSpotLocation, &spot,