EXT-2368 Group inspector now shows no Join/Leave buttons until data is fetched
parent
816133718e
commit
14fb8d400e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
use_ellipses="true"
|
||||
width="240"
|
||||
word_wrap="false">
|
||||
Grumpity's Grumpy Group of Moose
|
||||
Grumpity's Grumpy Group of Moose
|
||||
</text>
|
||||
<text
|
||||
follows="all"
|
||||
|
|
|
|||
Loading…
Reference in New Issue