]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.C
fix nullstream also in pch files
[lyx.git] / src / rowpainter.C
index 8d56f11cdf5a2ed2e34707261b22c2775d7c8ceb..2b8193f5ea9d8c38cbb7271a59563e4d8d48a383 100644 (file)
@@ -306,7 +306,6 @@ void RowPainter::paintFromPos(pos_type & vpos)
 {
        pos_type const pos = text_.bidi.vis2log(vpos);
        LyXFont orig_font = text_.getFont(par_, pos);
-       text_.applyOuterFont(orig_font);
 
        double const orig_x = x_;