Stop sounds on leaving

yeah moving your mouse out and having pkm cries exploding in ur ears is
fun ;)
This commit is contained in:
Kurt 2018-05-11 17:05:42 -07:00
parent 47be96e92d
commit b933677c44

View file

@ -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;