Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xenny Heartsong
Alchemy Viewer
Commits
9f02ddd2
Commit
9f02ddd2
authored
Oct 13, 2019
by
Kitty Barnett
Browse files
[FIXED] CATZ-539: 'Creator name' on the build floater is always disabled
--HG-- branch : RLVa
parent
a4409b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
indra/newview/llpanelpermissions.cpp
View file @
9f02ddd2
...
...
@@ -429,7 +429,7 @@ void LLPanelPermissions::refresh()
// }
// getChild<LLAvatarIconCtrl>("Creator Icon")->setValue(mCreatorID);
// getChild<LLAvatarIconCtrl>("Creator Icon")->setVisible(TRUE);
//
mLabelCreatorName->setEnabled(TRUE);
mLabelCreatorName
->
setEnabled
(
TRUE
);
// Update owner text field
getChildView
(
"Owner:"
)
->
setEnabled
(
TRUE
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment