Skip to content
Snippets Groups Projects
Commit ec77b2e0 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

SL-13133 Numerical camera preset names sorting order fix

parent 49db074b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment