B2021-080 Set flag to save RO values changes when the text changes
This commit is contained in:
parent
b8394e2509
commit
5d9aa3725b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user