mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Have OK/Apply buttons initially disabled.
This commit is contained in:
parent
164e8d1dc8
commit
fe18bea3d0
@ -526,6 +526,8 @@ void GuiCharacter::paramsToDialog(Font const & font)
|
||||
QString const lang = (font.language() == reset_language)
|
||||
? "reset" : toqstr(font.language()->lang());
|
||||
langCO->setCurrentIndex(findPos2nd(language, lang));
|
||||
// disable the OK/Apply buttons, since we have no changes yet
|
||||
bc().setValid(false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user