mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)
This commit is contained in:
parent
ca259d7529
commit
693112b3c2
@ -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:
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user