fix beep sound when closed from taskbar
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
- fix in the learn window of input editor, whole day spent :-(
|
- 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 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)
|
5.4.7.4 Beta (not yet released)
|
||||||
|
|||||||
@@ -632,7 +632,7 @@ namespace mpvnet
|
|||||||
}
|
}
|
||||||
|
|
||||||
// beep sound when closed using taskbar due to exception
|
// beep sound when closed using taskbar due to exception
|
||||||
//if (!IsDisposed)
|
if (!IsDisposed)
|
||||||
base.WndProc(ref m);
|
base.WndProc(ref m);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user