Sort control list combo box for quickprefs editor

Ansariel 2013-03-06 14:45:12 +01:00
parent 911fea809a
commit 5924511f98
1 changed files with 1 additions and 0 deletions

View File

@ -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();