From 6cd07b23f12c6fb39dec7c427e6e2f6f70b23feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Wed, 9 Oct 2019 17:44:31 -0400 Subject: [PATCH] Name Editors sometimes need to be scrolled through, show tooltip instead --- indra/newview/llnameeditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llnameeditor.cpp b/indra/newview/llnameeditor.cpp index e9ec70666..4f0ddc44e 100644 --- a/indra/newview/llnameeditor.cpp +++ b/indra/newview/llnameeditor.cpp @@ -76,6 +76,7 @@ BOOL LLNameEditor::handleRightMouseDown(S32 x, S32 y, MASK mask) void LLNameEditor::setText(const std::string& text) { + setToolTip(text); LLLineEditor::setText(text); }