]> git.lyx.org Git - features.git/blobdiff - src/RowPainter.cpp
The way this was done here is inconsistent with how it is done
[features.git] / src / RowPainter.cpp
index d556cfa07e20893170bfa35fcd9e81974ce8636d..1b7c33dcd215f90bc081fef3dc67498480866b96 100644 (file)
@@ -331,7 +331,7 @@ void RowPainter::paintFromPos(pos_type & vpos, bool changed)
                        new_word = par_.isSameSpellRange(pos, cpos) ;
                }
                if (!new_word && pi_.do_spellcheck)
-                       paintMisspelledMark(orig_x, changed, font);
+                       paintMisspelledMark(orig_x, changed);
        }
 }