- 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:
parent
f86975c8b9
commit
09fa576025
4 changed files with 57 additions and 8 deletions
|
@ -156,7 +156,7 @@ namespace MudDesigner.Editors
|
|||
/// <param name="e"></param>
|
||||
private void btnCloseEditor_Click(object sender, EventArgs e)
|
||||
{
|
||||
Application.Exit();
|
||||
this.Close();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue