B2021-080 Set flag to save RO values changes when the text changes

This commit is contained in:
John Jenko 2021-08-24 14:04:37 +00:00
parent b8394e2509
commit 5d9aa3725b

View File

@ -1087,6 +1087,9 @@ namespace ROEditor
tbtnSaveAs.Enabled = true;
tbtnCancel.Enabled = true;
menuROSave.Enabled = tbtnSave.Enabled;
//B2021-080 set the mysavexml flag to true to ensure the text change will be saved
if (this.CurrentTextBox != null && this.CurrentTextBox.Parent !=null)
(this.CurrentTextBox.Parent as ctlXMLEdit).mysavexml = true;
}
private void LoadKids(TreeNode enode)