correct comment. Thanks Martin.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21678 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-19 14:13:06 +00:00
parent 37a5647be1
commit 14dbb6ca3d

View File

@ -1911,7 +1911,7 @@ void TextMetrics::drawParagraph(PainterInfo & pi, pit_type pit, int x, int y) co
bool row_has_changed = row.changed();
// Don't paint the row if a full repaint has not been requested
// or if it has not changed.
// and if it has not changed.
if (!pi.full_repaint && !row_has_changed) {
// Paint only the insets if the text itself is
// unchanged.