mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from
2008-06-29 Behdad Esfahbod <behdad@gnome.org> Bug 530255 – GtkAboutDialog cuts off comments label Followup patch from Jan Arne Petersen * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout. svn path=/trunk/; revision=20703
This commit is contained in:
parent
5390e1e24c
commit
e670565932
@ -1,3 +1,10 @@
|
||||
2008-06-29 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 530255 – GtkAboutDialog cuts off comments label
|
||||
Followup patch from Jan Arne Petersen
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
|
||||
|
||||
2008-06-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkselection.h: properly indent the newly added
|
||||
|
@ -3941,7 +3941,9 @@ gtk_label_get_layout_offsets (GtkLabel *label,
|
||||
gint *y)
|
||||
{
|
||||
g_return_if_fail (GTK_IS_LABEL (label));
|
||||
|
||||
|
||||
gtk_label_ensure_layout (label);
|
||||
|
||||
get_layout_location (label, x, y);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user