Fix problems with window positioning

svn path=/trunk/; revision=22524
This commit is contained in:
Matthias Clasen
2009-03-11 23:27:07 +00:00
parent 66117983c0
commit 20708e3827
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,10 @@
2009-03-11 Matthias Clasen <mclasen@redhat.com>
Bug 572455 GtkEntry window layed out wrong if the widget has focus
* gtk/gtkentry.c: Fix problems with window positioning. Reported
by Benjamin Berg.
2009-03-11 Tor Lillqvist <tml@iki.fi>
Bug 573067 - Intra-app dnd of text behavior on Windows is wrong