testing color picker

This commit is contained in:
2019-03-03 23:09:43 +01:00
parent 91ce555c0a
commit 312cfe1ee2
10 changed files with 78 additions and 10 deletions

View File

@@ -86,6 +86,9 @@ void NodeCheckBox::parse_attributes(kAttribute ka, const tinyxml2::XMLAttribute*
{
switch (ka)
{
case kAttribute::Padding:
m_outer->parse_attributes(ka, attr);
break;
case kAttribute::Icon:
m_icon_path = attr->Value();
break;