]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.cpp
Fix dialog handling of Insert Plain Text
[lyx.git] / 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.