(mdraw_glyph_list): Fix previous change.
authorhanda <handa>
Fri, 13 Aug 2004 13:05:35 +0000 (13:05 +0000)
committerhanda <handa>
Fri, 13 Aug 2004 13:05:35 +0000 (13:05 +0000)
src/draw.c

index f9e2b10..405e42d 100644 (file)
@@ -2704,6 +2704,7 @@ mdraw_glyph_list (MFrame *frame, MText *mt, int from, int to,
          glyphs->ascent = g->ascent;
          glyphs->descent = g->descent;
          glyphs->x_advance = g->width + pad_width;
+         glyphs->y_advance = 0;
          if (g->rface->rfont)
            {
              glyphs->font = &g->rface->rfont->font;