mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-03 07:13:45 +00:00
Add possibility to create empty ui::ListItems
This commit is contained in:
parent
c49abf9969
commit
d8417df35f
@ -14,7 +14,7 @@ namespace ui {
|
||||
|
||||
class ListItem : public Widget {
|
||||
public:
|
||||
ListItem(const std::string& text);
|
||||
ListItem(const std::string& text = "");
|
||||
|
||||
const std::string& getValue() const { return m_value; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user