split layout.xml into multiple files loaded on demand, update changelog
This commit is contained in:
@@ -17,10 +17,7 @@ void NodeDialogLayerRename::clone_finalize(Node* dest) const
|
||||
|
||||
void NodeDialogLayerRename::init()
|
||||
{
|
||||
auto tpl = static_cast<const NodeBorder*>(init_template("dialog-layer-rename"));
|
||||
m_color = tpl->m_color;
|
||||
m_border_color = tpl->m_border_color;;
|
||||
m_thinkness = tpl->m_thinkness;;
|
||||
init_template_file("data/dialogs/layer-rename.xml", "dialog-layer-rename");
|
||||
init_controls();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user