From 8f73d1e56bc690c5f528d93b30012f48a7da3dd7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 14 Jul 2015 18:03:58 +0200 Subject: [PATCH] Fix comment. --- src/RowPainter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RowPainter.cpp b/src/RowPainter.cpp index 8d574ada89..43af8df608 100644 --- a/src/RowPainter.cpp +++ b/src/RowPainter.cpp @@ -232,7 +232,7 @@ void RowPainter::paintChars(pos_type & vpos, Font const & font) * bidi algorithm to strings that it paints to the screen. * Therefore, if we were to paint Hebrew/Arabic words as a * single string, the letters in the words would get reversed - * again. In order to avoid that, we force LTR drawing. + * again. In order to avoid that, we reverse our string. * See also http://thread.gmane.org/gmane.editors.lyx.devel/79740 * for an earlier thread on the subject */ -- 2.39.2