mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-01 13:40:39 +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);
|
filesLW->sortItems(0, Qt::AscendingOrder);
|
||||||
// redo filter
|
// redo filter
|
||||||
filterLabels();
|
filterLabels();
|
||||||
if (!isClosing())
|
if (!isClosing()) {
|
||||||
// handle buttons
|
// handle buttons
|
||||||
bc().setValid(isValid());
|
bc().setValid(isValid());
|
||||||
|
setLanguage();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user