- Editors now open and close correctly without having all of the editors visible at once.

- Realm Exporer, Zone Builder and Room Designer no longer attempt to shut down the toolkit when the Close button is clicked. Previous editor is restored.
This commit is contained in:
Scionwest_cp 2009-12-03 13:31:29 -08:00
parent f86975c8b9
commit 09fa576025
4 changed files with 57 additions and 8 deletions

View file

@ -156,7 +156,7 @@ namespace MudDesigner.Editors
/// <param name="e"></param>
private void btnCloseEditor_Click(object sender, EventArgs e)
{
Application.Exit();
this.Close();
}
/// <summary>