Hex Editor - prevent sound stutter when opening Color config dialog

This commit is contained in:
adelikat 2012-06-13 00:21:11 +00:00
parent 16a24df692
commit f7d66d4924
1 changed files with 2 additions and 0 deletions

View File

@ -1459,7 +1459,9 @@ namespace BizHawk.MultiClient
private void setColorsToolStripMenuItem1_Click(object sender, EventArgs e)
{
HexColors_Form h = new HexColors_Form();
Global.Sound.StopSound();
h.ShowDialog();
Global.Sound.StartSound();
}
private void resetToDefaultToolStripMenuItem1_Click(object sender, EventArgs e)