Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)

This commit is contained in:
Juergen Spitzmueller 2022-08-07 14:34:42 +02:00
parent 75aaa8e22b
commit 6a2b220b8d

View File

@ -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: