Display Name UIs as links when they can be interacted with
Adds font style member to line editors, might be useful in the future?
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
void setValue(const LLSD& value) override final { LLNameUI::setValue(value); }
|
||||
LLSD getValue() const override final { return LLNameUI::getValue(); }
|
||||
|
||||
void displayAsLink(bool link) override final;
|
||||
void setText(const std::string& text) override final;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user