Skip to content
Snippets Groups Projects
Commit 6f4d9a23 authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

MAINT-6424 Reverted disabling of the "Delete preset" button

parent 238c1216
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ BOOL LLFloaterDeletePrefPreset::postBuild()
getChild<LLButton>("cancel")->setCommitCallback(boost::bind(&LLFloaterDeletePrefPreset::onBtnCancel, this));
LLPresetsManager::instance().setPresetListChangeCallback(boost::bind(&LLFloaterDeletePrefPreset::onPresetsListChange, this));
onPresetsListChange(); // ensure that delete button is disabled when the list is empty
return TRUE;
}
......
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