This commit is contained in:
Frank Skare
2019-06-18 16:08:28 +02:00
parent 87e3d9ca3e
commit 9f6aba6cbd
2 changed files with 9 additions and 22 deletions

View File

@@ -353,8 +353,7 @@ namespace mpvnet
Native.PostMessage(mp.WindowHandle, m.Msg, m.WParam, m.LParam);
break;
case 0x203: // Native.WM.LBUTTONDBLCLK
if (!IsMouseInOSC())
mp.command_string("cycle fullscreen");
if (!IsMouseInOSC()) mp.command_string("cycle fullscreen");
break;
case 0x02E0: // WM_DPICHANGED
if (IgnoreDpiChanged) break;