From 1e777b7ceead8d549358360a01edc735be2d1a53 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 31 Aug 2010 08:23:12 +0000 Subject: [PATCH] (compose_glyph_string): Allow running flt striding over the cursor position. --- src/draw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 0e58c15..5025759 100644 --- a/src/draw.c +++ b/src/draw.c @@ -546,7 +546,6 @@ compose_glyph_string (MFrame *frame, MText *mt, int from, int to, for (g++; (g->type == GLYPH_CHAR - && g->g.from != gstring->control.cursor_pos && g->rface->layouter == this->rface->layouter && (g->rface->rfont == this->rface->rfont || (g->category == GLYPH_CATEGORY_FORMATTER -- 1.7.10.4