update checkbox icons, clear redo actions when cleaning memory
This commit is contained in:
@@ -10,7 +10,7 @@ public:
|
||||
NodeBorder* m_outer;
|
||||
NodeBorder* m_inner;
|
||||
NodeImage* m_icon;
|
||||
std::string m_icon_path;
|
||||
std::string m_icon_path = "data/ui/check-v.png";
|
||||
bool checked = false;
|
||||
virtual Node* clone_instantiate() const override;
|
||||
virtual void clone_children(Node* dest) const override;
|
||||
|
||||
Reference in New Issue
Block a user