mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 05:37:11 +00:00
Correctly set quote styles combo
This commit is contained in:
parent
ca6bc682e4
commit
6974e1ceb2
@ -3092,7 +3092,7 @@ void GuiDocument::paramsToDialog()
|
|||||||
updateQuoteStyles();
|
updateQuoteStyles();
|
||||||
|
|
||||||
langModule->quoteStyleCO->setCurrentIndex(
|
langModule->quoteStyleCO->setCurrentIndex(
|
||||||
bp_.quotes_style);
|
langModule->quoteStyleCO->findData(bp_.quotes_style));
|
||||||
langModule->dynamicQuotesCB->setChecked(bp_.dynamic_quotes);
|
langModule->dynamicQuotesCB->setChecked(bp_.dynamic_quotes);
|
||||||
|
|
||||||
bool default_enc = true;
|
bool default_enc = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user