@@ -213,7 +213,7 @@ void LLChatBar::refresh()
|
|||||||
childSetValue("History", LLFloaterChat::instanceVisible(LLSD()));
|
childSetValue("History", LLFloaterChat::instanceVisible(LLSD()));
|
||||||
|
|
||||||
childSetEnabled("Say", mInputEditor->getText().size() > 0);
|
childSetEnabled("Say", mInputEditor->getText().size() > 0);
|
||||||
childSetEnabled("Shout", mInputEditor->getText().size() > 0);
|
//childSetEnabled("Shout", mInputEditor->getText().size() > 0); createDummyWidget Making Dummy -HgB
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -249,11 +249,11 @@ void LLPanelAvatarSecondLife::clearControls()
|
|||||||
{
|
{
|
||||||
group_list->deleteAllItems();
|
group_list->deleteAllItems();
|
||||||
}
|
}
|
||||||
LLScrollListCtrl* ratings_list = getChild<LLScrollListCtrl>("ratings");
|
/*LLScrollListCtrl* ratings_list = getChild<LLScrollListCtrl>("ratings"); createDummyWidget Making Dummy -HgB
|
||||||
if(ratings_list)
|
if(ratings_list)
|
||||||
{
|
{
|
||||||
ratings_list->deleteAllItems();
|
ratings_list->deleteAllItems();
|
||||||
}
|
}*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user