]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Make listings dialog translatable (mostly strings from InsetListingsParams), fix...
[lyx.git] / src / insets / InsetTabular.cpp
index fe48b698437333bdbaadf584a606de395bddfca2..f9c8d3fe520c7c3b1d58a2dc8bd52940bf3da089 100644 (file)
@@ -3105,8 +3105,8 @@ void InsetTabular::drawCellLines(Painter & pain, int x, int y,
        Color::color onoffcol = Color::tabularonoffline;
 
        if (erased) {
-               col = Color::strikeout;
-               onoffcol = Color::strikeout;
+               col = Color::deletedtext;
+               onoffcol = Color::deletedtext;
        }
 
        if (!tabular.topAlreadyDrawn(cell)) {