Bugfix.
This commit is contained in:
Elliot Lee
2000-08-03 20:33:38 +00:00
parent 157b6fd7ec
commit aa88a217a5

View File

@ -197,7 +197,7 @@ gdk_draw_layout_line (GdkDrawable *drawable,
}
if (shape_set)
continue;
goto next_run;
if (fg_set)
fg_gc = gdk_pango_get_gc (context, &fg_color, gc);
@ -230,7 +230,8 @@ gdk_draw_layout_line (GdkDrawable *drawable,
if (fg_set)
gdk_pango_free_gc (context, fg_gc);
next_run:
x_off += logical_rect.width;
}
}