add xml attributes for combobox node and add resolution selection for new doc
This commit is contained in:
@@ -222,6 +222,7 @@ void NodeDialogNewDoc::init()
|
||||
void NodeDialogNewDoc::init_controls()
|
||||
{
|
||||
btn_ok = find<NodeButton>("btn-ok");
|
||||
m_resolution = find<NodeComboBox>("resolution");
|
||||
btn_cancel = find<NodeButton>("btn-cancel");
|
||||
btn_cancel->on_click = [this](Node*) {
|
||||
destroy();
|
||||
|
||||
Reference in New Issue
Block a user