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:
committed by
Behdad Esfahbod
parent
5390e1e24c
commit
e670565932
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user