[gtk+/wip/matthiasc/gskpango] try to fix hex boxes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/matthiasc/gskpango] try to fix hex boxes
- Date: Fri, 1 Sep 2017 05:21:55 +0000 (UTC)
commit 7ebf54d6539d12f9ec5f124cd2d16cf0f2fcb3a3
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 1 01:21:33 2017 -0400
try to fix hex boxes
gtk/gskpango.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gskpango.c b/gtk/gskpango.c
index a24d923..73721a0 100644
--- a/gtk/gskpango.c
+++ b/gtk/gskpango.c
@@ -111,7 +111,7 @@ gsk_pango_renderer_draw_unknown_glyph (GskPangoRenderer *crenderer,
gdk_cairo_set_source_rgba (cr, crenderer->fg_color);
- cairo_move_to (cr, cx, cy);
+ cairo_move_to (cr, cx, 0);
glyphs = pango_glyph_string_new ();
pango_glyph_string_set_size (glyphs, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]