Seriously, don't rush things when an Uber is coming
Fixes optional behavior to disable left click for profiles in name editors via xui not working because it wasn't listening to the variable passed in, woops. Yay randomly initialized pods!
This commit is contained in:
@@ -49,6 +49,7 @@ LLNameEditor::LLNameEditor(const std::string& name, const LLRect& rect,
|
||||
S32 max_text_length)
|
||||
: LLNameUI(loading, rlv_sensitive, name_id, is_group)
|
||||
, LLLineEditor(name, rect, LLStringUtil::null, glfont, max_text_length)
|
||||
, mClickForProfile(click_for_profile)
|
||||
{
|
||||
if (!name_id.isNull())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user