mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* GuiPrefs.cpp:
- clear combo before refilling. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7537a461f5
commit
76afa61c78
@ -1519,10 +1519,11 @@ void PrefFileformats::updateView()
|
||||
QString const current = formatsCB->currentText();
|
||||
QString const current_def = defaultFormatCB->currentText();
|
||||
|
||||
// update combobox with formats
|
||||
// update comboboxes with formats
|
||||
formatsCB->blockSignals(true);
|
||||
defaultFormatCB->blockSignals(true);
|
||||
formatsCB->clear();
|
||||
defaultFormatCB->clear();
|
||||
form_->formats().sort();
|
||||
Formats::const_iterator cit = form_->formats().begin();
|
||||
Formats::const_iterator end = form_->formats().end();
|
||||
|
Loading…
Reference in New Issue
Block a user