commit 6a2b220b8d1fec01be1490754176e53379ddcb2d
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Aug 7 14:34:42 2022 +0200

    Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)
---
 src/insets/InsetTabular.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index d1f7895..011146e 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:
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to