update checkbox icons, clear redo actions when cleaning memory

This commit is contained in:
2019-07-11 11:13:43 +02:00
parent 80b9a4d281
commit d453e854b1
4 changed files with 3 additions and 1 deletions

View File

@@ -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;