|
@@ -380,6 +380,12 @@ namespace OTSPartA_STDEditor
|
|
|
this.Text = this.Text.Split(' ')[0];
|
|
|
PropGrid.Refresh();
|
|
|
}
|
|
|
+ else
|
|
|
+ {
|
|
|
+ ReferenceDictionary.Clear();
|
|
|
+ this.Text = this.Text.Split(' ')[0];
|
|
|
+ PropGrid.Refresh();
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
private void PropGrid_MouseClick(object sender, MouseEventArgs e)
|