From f520251935c10c168819c48fcba2d7ba8615b6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Sun, 13 Oct 2019 04:48:55 -0400 Subject: [PATCH] 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! --- indra/newview/llnameeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llnameeditor.cpp b/indra/newview/llnameeditor.cpp index 15ef0bece..a88cd5f05 100644 --- a/indra/newview/llnameeditor.cpp +++ b/indra/newview/llnameeditor.cpp @@ -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()) {