]> code.delx.au - gnu-emacs/blobdiff - src/term.c
Revert previous change to produce_composite_glyph
[gnu-emacs] / src / term.c
index 74879ecc3f5d27b1fc8400b2cc11340bde57356e..48447bce5fd5a1b28ea0ea11c3095e8b27b249f7 100644 (file)
@@ -1736,7 +1736,7 @@ produce_composite_glyph (struct it *it)
     {
       struct composition *cmp = composition_table[it->cmp_it.id];
 
-      it->pixel_width = cmp->pixel_width;
+      it->pixel_width = cmp->width;
     }
   else
     {