mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)
This commit is contained in:
parent
75aaa8e22b
commit
6a2b220b8d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user