From 6a2b220b8d1fec01be1490754176e53379ddcb2d Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 7 Aug 2022 14:34:42 +0200 Subject: [PATCH] Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566) --- src/insets/InsetTabular.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index d1f789580a..011146e840 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -5398,6 +5398,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd) case LFUN_CHANGE_ACCEPT: case LFUN_CHANGE_REJECT: + case LFUN_FONT_DEFAULT: case LFUN_FONT_EMPH: case LFUN_FONT_BOLD: case LFUN_FONT_BOLDSYMBOL: -- 2.39.5