diff options
author | James Cook <james@lindenlab.com> | 2009-11-13 09:07:14 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-13 09:07:14 -0800 |
commit | 543fdfd512ae63a6a2e077c50027fc5ceb0a8e2a (patch) | |
tree | 4e567d9f7b81f6c7b1766bbf0cf46af3f3f5eda4 /indra/newview/llfloatertestinspectors.cpp | |
parent | 20c0a0b68f82908bc73872ec132775e8c69cca4d (diff) |
More explicit test code for dummy widget creation.
Added "Inspectors Test" back to login debug menu.
Diffstat (limited to 'indra/newview/llfloatertestinspectors.cpp')
-rw-r--r-- | indra/newview/llfloatertestinspectors.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatertestinspectors.cpp b/indra/newview/llfloatertestinspectors.cpp index e68faba712..09996b0b92 100644 --- a/indra/newview/llfloatertestinspectors.cpp +++ b/indra/newview/llfloatertestinspectors.cpp @@ -53,7 +53,8 @@ LLFloaterTestInspectors::~LLFloaterTestInspectors() BOOL LLFloaterTestInspectors::postBuild() { - getChild<LLUICtrl>("intentionally-not-found"); + // Test the dummy widget construction code + getChild<LLUICtrl>("intentionally-not-found")->setEnabled(true); // getChild<LLUICtrl>("avatar_2d_btn")->setCommitCallback( // boost::bind(&LLFloaterTestInspectors::onClickAvatar2D, this)); |