testing color picker
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user