git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36432 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-22 11:44:36 +00:00
parent da3d4e681b
commit 3ffbab3bca

View File

@ -272,7 +272,7 @@ void RowPainter::paintChars(pos_type & vpos, FontInfo const & font,
// in ParagraphMetrics::singleWidth(); but we paint word by word
// for performance reason.
// Maybe a more general fix would be draw character by character
// for some predefined fonts on some patform. In arabic and
// for some predefined fonts on some platform. In arabic and
// Hebrew we already do paint this way.
if (prev_char == 'f')
break;