mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +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)
|
||||
word->space = (space_width * 3 + 1) / 2;
|
||||
else
|
||||
word->space += space_width * nspaces;
|
||||
word->space = space_width * nspaces;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user