mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
GuiLyXFiles: make sure language selector is disabled when dialog is reopened
This commit is contained in:
parent
59a036a81e
commit
b11164524d
@ -492,9 +492,11 @@ void GuiLyXFiles::updateContents()
|
||||
filesLW->sortItems(0, Qt::AscendingOrder);
|
||||
// redo filter
|
||||
filterLabels();
|
||||
if (!isClosing())
|
||||
if (!isClosing()) {
|
||||
// handle buttons
|
||||
bc().setValid(isValid());
|
||||
setLanguage();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user