Satisfy Issue 904: Add option to close appearance floater with Esc

Setting AppearanceCloseOnEscape to true will turn this on.
This commit is contained in:
Inusaito Sayori
2013-07-29 13:27:07 -04:00
parent 258c0da8d3
commit 8680e4599c
2 changed files with 13 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ void LLMorphView::setVisible(BOOL visible)
}
else
{
if (LLFloaterCustomize::instanceExists() && gSavedSettings.getBOOL("AppearanceCloseOnEscape"))
LLFloaterCustomize::instance().onClose(false);
shutdown();
}
}