mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.
This commit is contained in:
parent
f2091ab7be
commit
afd57f842d
@ -568,7 +568,7 @@ gtk_label_split_text_wrapped (GtkLabel *label)
|
|||||||
if (label->jtype == GTK_JUSTIFY_FILL)
|
if (label->jtype == GTK_JUSTIFY_FILL)
|
||||||
word->space = (space_width * 3 + 1) / 2;
|
word->space = (space_width * 3 + 1) / 2;
|
||||||
else
|
else
|
||||||
word->space += space_width * nspaces;
|
word->space = space_width * nspaces;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user