From: Uwe Stöhr Date: Sat, 8 Apr 2017 00:55:00 +0000 (+0200) Subject: InsetTabular.cpp: handle crossed-out text X-Git-Tag: 2.3.0alpha1~99 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b3b1cf7e9878eb5367128c24d16172e98114fa86;p=lyx.git InsetTabular.cpp: handle crossed-out text --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 1fc492eea0..7a94ebf520 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -4459,6 +4459,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd) case LFUN_FONT_SIZE: case LFUN_FONT_UNDERLINE: case LFUN_FONT_STRIKEOUT: + case LFUN_FONT_CROSSOUT: case LFUN_FONT_UNDERUNDERLINE: case LFUN_FONT_UNDERWAVE: case LFUN_LANGUAGE: