replace kFont with std::string
This commit is contained in:
@@ -39,8 +39,6 @@ void NodeButton::init()
|
||||
m_border->init();
|
||||
m_border->m_color = color_normal;
|
||||
m_text->init();
|
||||
m_text->m_font = "arial";
|
||||
m_text->m_font_size = 11;
|
||||
m_border->SetAlign(YGAlignCenter);
|
||||
m_border->SetJustify(YGJustifyCenter);
|
||||
m_border->m_mouse_ignore = false;
|
||||
|
||||
Reference in New Issue
Block a user