mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix comment
This commit is contained in:
parent
b8969d2e9c
commit
097383f657
@ -2333,7 +2333,6 @@ void GuiDocument::osFontsChanged(bool nontexfonts)
|
||||
int const font_sf_scale = fontModule->scaleSansSB->value();
|
||||
int const font_tt_scale = fontModule->scaleTypewriterSB->value();
|
||||
|
||||
// reset the filters
|
||||
updateFontlist();
|
||||
// store default format
|
||||
QString const dformat = outputModule->defaultFormatCO->itemData(
|
||||
@ -2600,6 +2599,7 @@ void GuiDocument::updateTexFonts()
|
||||
|
||||
void GuiDocument::updateFontlist()
|
||||
{
|
||||
// reset the filters of the CategorizedCombos
|
||||
fontModule->fontsRomanCO->resetFilter();
|
||||
fontModule->fontsSansCO->resetFilter();
|
||||
fontModule->fontsTypewriterCO->resetFilter();
|
||||
|
Loading…
Reference in New Issue
Block a user