From 543fdfd512ae63a6a2e077c50027fc5ceb0a8e2a Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 13 Nov 2009 09:07:14 -0800 Subject: More explicit test code for dummy widget creation. Added "Inspectors Test" back to login debug menu. --- indra/newview/llfloatertestinspectors.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indra/newview/llfloatertestinspectors.cpp') 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("intentionally-not-found"); + // Test the dummy widget construction code + getChild("intentionally-not-found")->setEnabled(true); // getChild("avatar_2d_btn")->setCommitCallback( // boost::bind(&LLFloaterTestInspectors::onClickAvatar2D, this)); -- cgit v1.3