mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 00:37:11 +00:00
Recalc h/w for PA8
Already did for PB7
This commit is contained in:
parent
2cfccb8caf
commit
1b70fb7053
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ namespace PKHeX.WinForms.Controls
|
|||
private void UpdateStats()
|
||||
{
|
||||
Stats.UpdateStats();
|
||||
if (Entity is PB7)
|
||||
if (Entity is IScaledSizeAbsolute)
|
||||
SizeCP.TryResetStats();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue