Bug 555920 – gtkentry.c passes wrong enum to
2008-10-22 Behdad Esfahbod <behdad@gnome.org> Bug 555920 – gtkentry.c passes wrong enum to pango_layout_set_alignment() * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout adjustment. svn path=/trunk/; revision=21700
This commit is contained in:
parent
aadac20e90
commit
e108b3d2d9
@ -1,3 +1,11 @@
|
||||
2008-10-22 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 555920 – gtkentry.c passes wrong enum to
|
||||
pango_layout_set_alignment()
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
|
||||
adjustment.
|
||||
|
||||
2008-10-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
|
||||
|
@ -3550,8 +3550,6 @@ gtk_entry_create_layout (GtkEntry *entry,
|
||||
pango_context_set_base_dir (gtk_widget_get_pango_context (widget),
|
||||
pango_dir);
|
||||
|
||||
pango_layout_set_alignment (layout, pango_dir);
|
||||
|
||||
entry->resolved_dir = pango_dir;
|
||||
|
||||
if (entry->visible)
|
||||
|
Loading…
Reference in New Issue
Block a user