split layout.xml into multiple files loaded on demand, update changelog

This commit is contained in:
2019-09-25 22:59:04 +02:00
parent 7e732cc9b8
commit b10fa60d1b
51 changed files with 2009 additions and 1607 deletions

View File

@@ -17,10 +17,7 @@ void NodeDialogExportPPBR::clone_finalize(Node* dest) const
void NodeDialogExportPPBR::init()
{
auto tpl = static_cast<const NodeBorder*>(init_template("dialog-brush-upload"));
m_color = tpl->m_color;
m_border_color = tpl->m_border_color;;
m_thinkness = tpl->m_thinkness;;
init_template_file("data/dialogs/brush-export.xml", "dialog-brush-upload");
init_controls();
m_capture_children = false; // don't capture children events on mouse_capture
}