mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Merge pull request #8082 from ivandrofly/mpc-hc
Refactor OnCopyData event invocation in MessageHandlerWindow
This commit is contained in:
commit
29721c1c7d
@ -17,7 +17,7 @@ namespace Nikse.SubtitleEdit.Logic.VideoPlayers.MpcHC
|
||||
{
|
||||
if (m.Msg == NativeMethods.WindowsMessageCopyData && OnCopyData != null)
|
||||
{
|
||||
OnCopyData.Invoke(m, new EventArgs());
|
||||
OnCopyData.Invoke(m, EventArgs.Empty);
|
||||
}
|
||||
base.WndProc(ref m);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user