add further comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17525 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-03-23 15:07:10 +00:00
parent 459bdcdecb
commit 556bf23be9

View File

@ -335,6 +335,10 @@ void RowPainter::paintChars(pos_type & vpos, LyXFont const & font,
if (!isPrintableNonspace(c))
break;
// We have to draw hebrew characters one by one, since we
// apply our own bidi algorithm, and qt would reverse the
// order of characters in words again (bug 3040).
// The same applys for arabic (see below).
if (hebrew)
break;