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

This commit is contained in:
Juergen Spitzmueller 2022-11-23 12:22:54 +01:00
parent ca259d7529
commit 693112b3c2
2 changed files with 3 additions and 0 deletions

View File

@ -4582,6 +4582,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
case LFUN_FONT_SANS:
case LFUN_TEXTSTYLE_APPLY:
case LFUN_TEXTSTYLE_UPDATE:
case LFUN_FONT_DEFAULT:
case LFUN_FONT_SIZE:
case LFUN_FONT_UNDERLINE:
case LFUN_FONT_STRIKEOUT:

View File

@ -105,6 +105,8 @@ What's new
- Fix crash in tabular when an empty paragraph is removed
automatically (bug 12117).
- Fix crash in tabular when resetting font (bug 12566).
- On screen, show upper case greek letters in \mathbf as bold (bug 3751).
- Fix coloring of text-mode material in math equations (bug 11007).