STORM-276 FIXED Main dictionary combobox in spell check settings floater doesn't sort dictionaries by name
parent
c3cb28ec67
commit
bdb0f4f485
|
|
@ -179,6 +179,7 @@ void LLFloaterSpellCheckerSettings::refreshDictionaries(bool from_settings)
|
|||
dict_combo->clear();
|
||||
}
|
||||
}
|
||||
dict_combo->sortByName();
|
||||
dict_combo->setEnabled(enabled);
|
||||
|
||||
// Populate the available and active dictionary list
|
||||
|
|
|
|||
Loading…
Reference in New Issue