mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +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>
|
2008-06-28 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkselection.h: properly indent the newly added
|
* gtk/gtkselection.h: properly indent the newly added
|
||||||
|
@ -3941,7 +3941,9 @@ gtk_label_get_layout_offsets (GtkLabel *label,
|
|||||||
gint *y)
|
gint *y)
|
||||||
{
|
{
|
||||||
g_return_if_fail (GTK_IS_LABEL (label));
|
g_return_if_fail (GTK_IS_LABEL (label));
|
||||||
|
|
||||||
|
gtk_label_ensure_layout (label);
|
||||||
|
|
||||||
get_layout_location (label, x, y);
|
get_layout_location (label, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user