mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
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:
parent
459bdcdecb
commit
556bf23be9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user