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:
Liru Færs
2019-10-13 04:48:55 -04:00
committed by GitHub
parent bbd3cb3469
commit f520251935

View File

@@ -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())
{