Compare commits

..

No commits in common. "aced10498bbc698b24d416d11fc557e3375c9eac" and "458dd5fff478ea0db20c72e3ea878e1f445403c6" have entirely different histories.

View File

@ -220,7 +220,6 @@ namespace ROEditor
return;
}
string origFieldName = myrof.GetFieldname;
myrof.SetFieldname(this.tbFieldName.Text);
uint ftype=0;
if (this.rbSingleLine.Checked == true)
@ -271,9 +270,7 @@ namespace ROEditor
}
myrof.SetFieldType(ftype);
FieldTextFrm ftxt = new FieldTextFrm(myrof, myrodb, myelem, original_type, editlevel, origname, avlist, iulist);
if (ftxt.ShowDialog() == DialogResult.Cancel)
myrof.SetFieldname(origFieldName);
ftxt.ShowDialog();
this.Close();
}
#region Windows Form Designer generated code