enable rtt dtor, default values for <text> node, dual-brush wip, more brush options

This commit is contained in:
2019-02-14 02:08:29 +01:00
parent 8ad005de8b
commit 999723dd14
26 changed files with 998 additions and 389 deletions

View File

@@ -21,6 +21,7 @@ void NodeCheckBox::clone_children(Node* dest) const
void NodeCheckBox::init()
{
Node::init();
m_outer = new NodeBorder();
m_inner = new NodeBorder();
add_child(m_outer);
@@ -44,6 +45,7 @@ void NodeCheckBox::init()
void NodeCheckBox::create()
{
Node::create();
m_outer->create();
m_inner->create();
if (!m_icon_path.empty())