summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertestinspectors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloatertestinspectors.cpp')
-rw-r--r--indra/newview/llfloatertestinspectors.cpp3
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));