fixed copy-n-paste bug that affected PANGO_ATTR_SIZE.
2005-03-30 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpwidgets.c (gimp_label_set_attributes): fixed copy-n-paste bug that affected PANGO_ATTR_SIZE.
This commit is contained in:
committed by
Sven Neumann
parent
fd6d42bb17
commit
2088a86ae7
@ -1711,7 +1711,7 @@ gimp_label_set_attributes (GtkLabel *label,
|
||||
break;
|
||||
|
||||
case PANGO_ATTR_SIZE:
|
||||
attr = pango_attr_stretch_new (va_arg (args, gint));
|
||||
attr = pango_attr_size_new (va_arg (args, gint));
|
||||
break;
|
||||
|
||||
case PANGO_ATTR_FONT_DESC:
|
||||
|
||||
Reference in New Issue
Block a user