mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Stop sounds on leaving
yeah moving your mouse out and having pkm cries exploding in ur ears is fun ;)
This commit is contained in:
parent
47be96e92d
commit
b933677c44
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ namespace PKHeX.WinForms.Controls
|
|||
}
|
||||
public void MouseLeave(object sender, EventArgs e)
|
||||
{
|
||||
Sounds.Stop();
|
||||
var pb = (PictureBox)sender;
|
||||
if (pb.BackgroundImage != CurrentBackground)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue