Correct early return position for if use_pixmap_cache_ check

This commit is contained in:
Stephan Witt 2015-10-12 08:00:24 +02:00
parent 9c114d16e6
commit b6b263b9fc

View File

@ -377,9 +377,8 @@ int GuiPainter::text(int x, int y, docstring const & s,
// Draw the new cached pixmap.
drawPixmap(x + lb, y - mA, pm);
return textwidth;
}
return textwidth;
}
// don't use the pixmap cache,