1
0
mirror of synced 2024-11-28 09:20:57 +01:00

Update mainform for file format adding to editor

This commit is contained in:
KillzXGaming 2019-07-31 20:42:40 -04:00
parent 9c98ff2c83
commit d744e0b339
3 changed files with 2 additions and 0 deletions

View File

@ -498,6 +498,8 @@ namespace Toolbox.Library.Forms
{
STErrorDialog.Show("Invalid file type. Cannot add file to object list.", "Object List", "");
}
((IUpdateForm)Runtime.MainForm).UpdateForm();
}
private void sortToolStripMenuItem_Click(object sender, EventArgs e)