mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Add possibility to create an empty LinkLabel
This commit is contained in:
parent
e422acff1f
commit
a380c9a877
@ -17,7 +17,7 @@ namespace ui {
|
||||
|
||||
class LinkLabel : public CustomLabel {
|
||||
public:
|
||||
LinkLabel(const std::string& urlOrText);
|
||||
LinkLabel(const std::string& urlOrText = "");
|
||||
LinkLabel(const std::string& url, const std::string& text);
|
||||
|
||||
const std::string& getUrl() const { return m_url; }
|
||||
|
Loading…
Reference in New Issue
Block a user