EXT-2368 Group inspector now shows no Join/Leave buttons until data is fetched

master
James Cook 2009-11-11 17:44:15 -08:00
parent 816133718e
commit 14fb8d400e
2 changed files with 3 additions and 2 deletions

View File

@ -216,7 +216,8 @@ void LLInspectGroup::requestUpdate()
getChild<LLUICtrl>("group_details")->setValue("");
getChild<LLUICtrl>("group_cost")->setValue("");
// Must have a visible button so the inspector can take focus
getChild<LLUICtrl>("leave_btn")->setVisible(true);
getChild<LLUICtrl>("view_profile_btn")->setVisible(true);
getChild<LLUICtrl>("leave_btn")->setVisible(false);
getChild<LLUICtrl>("join_btn")->setVisible(false);
// Make a new request for properties

View File

@ -31,7 +31,7 @@
use_ellipses="true"
width="240"
word_wrap="false">
Grumpity's Grumpy Group of Moose
Grumpity&apos;s Grumpy Group of Moose
</text>
<text
follows="all"