mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Show on screen font changes for text-in-math
This commit is contained in:
parent
860accd01f
commit
3cf0cbb3c6
@ -67,7 +67,8 @@ Changer MetricsBase::changeFontSet(string const & name, bool cond)
|
||||
ColorCode oldcolor = font.color();
|
||||
string const oldname = fontname;
|
||||
fontname = name;
|
||||
font = sane_font;
|
||||
if (isMathFont(name) || isMathFont(oldname))
|
||||
font = sane_font;
|
||||
augmentFont(font, name);
|
||||
font.setSize(rc->old.font.size());
|
||||
if (name != "lyxtex"
|
||||
|
Loading…
Reference in New Issue
Block a user