]> git.lyx.org Git - features.git/commitdiff
correct comment. Thanks Martin.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 19 Nov 2007 14:13:06 +0000 (14:13 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 19 Nov 2007 14:13:06 +0000 (14:13 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21678 a592a061-630c-0410-9148-cb99ea01b6c8

src/TextMetrics.cpp

index c54fe0e1219b6813cb23e672af5f01f4dc3dc043..a5b0a8c12b7acdddffa08b5828e47c564dd22f6b 100644 (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.