#263 enhancing mpv.net option process-instance

This commit is contained in:
Frank Skare
2021-06-18 19:43:30 +02:00
parent 8340c18257
commit aa94da9767
4 changed files with 18 additions and 16 deletions

View File

@@ -815,7 +815,7 @@ namespace mpvnet
}
else if (Environment.TickCount - LastCursorChanged > 1500 &&
!IsMouseInOSC() && ClientRectangle.Contains(PointToClient(MousePosition)) &&
Form.ActiveForm == this && !ContextMenu.Visible)
ActiveForm == this && !ContextMenu.Visible)
CursorHelp.Hide();
}