Skip to content
Snippets Groups Projects
Commit 095c7eb0 authored by maxim_productengine's avatar maxim_productengine
Browse files

SL-10150 'Preset in use' shows last used preset name after deleting it

parent d9983255
No related branches found
No related tags found
No related merge requests found
......@@ -2600,6 +2600,10 @@ void LLPanelPreferenceGraphics::onPresetsListChange()
{
instance->saveSettings(); //make cancel work correctly after changing the preset
}
else
{
instance->saveGraphicsPreset(std::string());
}
}
void LLPanelPreferenceGraphics::setPresetText()
......
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