On second thought, clicking a name editor should open up the profile, too

The initial thinking behind this decision was that people may want to
select, if they do, they can right click for this very rare use case.
This commit is contained in:
Liru Færs
2019-10-10 12:37:47 -04:00
parent 2f72ed2e80
commit c6089637e7
6 changed files with 27 additions and 18 deletions

View File

@@ -49,6 +49,7 @@ public:
const LLFontGL* glfont = nullptr,
S32 max_text_length = 254);
BOOL handleMouseDown(S32 x, S32 y, MASK mask) override final;
BOOL handleRightMouseDown(S32 x, S32 y, MASK mask) override final;
LLXMLNodePtr getXML(bool save_children = true) const override final;