mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-17 05:48:44 +00:00
parent
16e2fc3344
commit
b572620dac
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue