From: Jean-Marc Lasgouttes Date: Thu, 20 Mar 2014 10:00:14 +0000 (+0100) Subject: Fix bug #9040: In RtL documents end-of-paragraph marker shifts the row display X-Git-Tag: 2.2.0alpha1~1761^2~20 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7167d90b505f9b98db3de00d081023afed473913;p=features.git Fix bug #9040: In RtL documents end-of-paragraph marker shifts the row display The fact that the bug was still present in the features/str-metrics branch comes from a goof in the initial implementation of 'virtual' row elements (completion and end-of-par markers). Now that this is corrected, everything works as it should. The fact that the bug is present in master is due to some other reason that is not useful to investigate now. --- diff --git a/src/Row.cpp b/src/Row.cpp index 15af2c2d09..6e60e97cf9 100644 --- a/src/Row.cpp +++ b/src/Row.cpp @@ -282,7 +282,6 @@ void Row::add(pos_type const pos, char_type const c, Element e(STRING, pos, f, ch); elements_.push_back(e); } - //lyxerr << "FONT " <