[UI] Let clickable link name boxes and name editors have hand cursors instead of I-beams.

This commit is contained in:
Router Gray
2019-10-24 20:38:33 -05:00
committed by Liru Færs
parent 2e52fe64b8
commit 7e8ebdb852
4 changed files with 26 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ public:
BOOL handleMouseDown(S32 x, S32 y, MASK mask) override final;
BOOL handleRightMouseDown(S32 x, S32 y, MASK mask) override final;
BOOL handleHover(S32 x, S32 y, MASK mask) override final;
LLXMLNodePtr getXML(bool save_children = true) const override final;
static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);