fix beep sound when closed from taskbar

This commit is contained in:
Frank Skare
2020-05-11 12:16:40 +02:00
parent 2e59d49ad1
commit 7d73529c83
3 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
- fix in the learn window of input editor, whole day spent :-(
- fix black one pixel bar on right side by truncating instead of rounding
- fix beep sound when closed from taskbar
5.4.7.4 Beta (not yet released)

View File

@@ -161,4 +161,4 @@ namespace mpvnet
}
}
}
}
}

View File

@@ -632,7 +632,7 @@ namespace mpvnet
}
// beep sound when closed using taskbar due to exception
//if (!IsDisposed)
if (!IsDisposed)
base.WndProc(ref m);
}