Name Editors sometimes need to be scrolled through, show tooltip instead

This commit is contained in:
Liru Færs
2019-10-09 17:44:31 -04:00
parent ab546f54ab
commit 6cd07b23f1

View File

@@ -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);
}