Sort control list combo box for quickprefs editor
parent
911fea809a
commit
5924511f98
|
|
@ -333,6 +333,7 @@ BOOL FloaterQuickPrefs::postBuild()
|
|||
// add global and per account settings to the dropdown
|
||||
gSavedSettings.applyToAll(&func);
|
||||
gSavedPerAccountSettings.applyToAll(&func);
|
||||
mControlNameCombo->sortByName();
|
||||
// </FS:Zi>
|
||||
|
||||
return LLDockableFloater::postBuild();
|
||||
|
|
|
|||
Loading…
Reference in New Issue