mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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:
parent
7917ac1610
commit
3f8d98b94d
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user