Skip to content

Commit

Permalink
Doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
HideakiAtsuyo authored May 26, 2021
1 parent 12020aa commit 0a88b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReaLTaiizor/Forms/Form/MaterialForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ protected void AddDrawerOverlayForm()

private void TerminateOnClose(object sender, FormClosedEventArgs e)
{
Application.Exit();
Environment.Exit(0);
//FindForm().Close();
//Close();
}
Expand Down Expand Up @@ -1160,4 +1160,4 @@ private void MaterialForm_Load(object sender, EventArgs e)
}

#endregion
}
}

0 comments on commit 0a88b19

Please sign in to comment.