gtk+ r21537 - in trunk: . modules/input



Author: matthiasc
Date: Sun Sep 28 03:21:15 2008
New Revision: 21537
URL: http://svn.gnome.org/viewvc/gtk+?rev=21537&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/modules/input/gtkimcontextxim.c

Modified: trunk/modules/input/gtkimcontextxim.c
==============================================================================
--- trunk/modules/input/gtkimcontextxim.c	(original)
+++ trunk/modules/input/gtkimcontextxim.c	Sun Sep 28 03:21:15 2008
@@ -846,7 +846,7 @@
     return;
 
   spot.x = area->x;
-  spot.y = area->y;
+  spot.y = area->y + area->height;
 
   preedit_attr = XVaCreateNestedList (0,
 				      XNSpotLocation, &spot,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]