mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
Default recalc to false
This commit is contained in:
parent
d3534781db
commit
409047728d
2 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Globalization;
|
||||
using System.Windows.Forms;
|
||||
using PKHeX.Core;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue