AddEntry now alphabetically sorts the entity list

This commit is contained in:
MattNL
2023-03-04 10:40:42 -05:00
parent 22bffbf878
commit a75046a856

View File

@@ -56,6 +56,8 @@ namespace PckStudio.Forms.Additional_Popups.EntityForms
MessageBox.Show(j_ex.Message, "Error");
return;
}
treeViewEntity.Sort();
}
private void treeViews_AfterSelect(object sender, TreeViewEventArgs e)