SL-13133 Numerical camera preset names sorting order fix

master
Andrey Lihatskiy 2020-04-28 19:07:55 +03:00
parent 49db074be4
commit ec77b2e0ea
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ void LLPresetsManager::loadPresetNamesFromDir(const std::string& subdirectory, p
if (IS_CAMERA)
{
mPresetNames.sort();
mPresetNames.sort(LLStringUtil::precedesDict);
if (default_option == DEFAULT_BOTTOM)
{
mPresetNames.push_back(PRESETS_FRONT_VIEW);