Default recalc to false

This commit is contained in:
Kurt 2018-11-16 19:04:38 -08:00
parent d3534781db
commit 409047728d
2 changed files with 0 additions and 3 deletions

View file

@ -72,8 +72,6 @@
// CHK_Auto
//
this.CHK_Auto.AutoSize = true;
this.CHK_Auto.Checked = true;
this.CHK_Auto.CheckState = System.Windows.Forms.CheckState.Checked;
this.CHK_Auto.Location = new System.Drawing.Point(39, 3);
this.CHK_Auto.Name = "CHK_Auto";
this.CHK_Auto.Size = new System.Drawing.Size(48, 17);

View file

@ -1,5 +1,4 @@
using System;
using System.Globalization;
using System.Windows.Forms;
using PKHeX.Core;