Remove if not activated

Closes #1926
This commit is contained in:
Kurt 2018-05-05 17:29:38 -07:00
parent 16e2fc3344
commit b572620dac

View file

@ -61,6 +61,8 @@ namespace PKHeX.WinForms.Controls
var pk = SAV.GetStoredSlot(data.Offset);
if (pk.Species > 0 && Control.ModifierKeys.HasFlag(Keys.Control) && Control.ModifierKeys.HasFlag(Keys.Shift))
ShowSet.SetToolTip(pb, pk.ShowdownText);
else
ShowSet.RemoveAll();
}
}
public void MouseLeave(object sender, EventArgs e)