fix rotating cursor

This commit is contained in:
Frank Skare
2019-07-13 19:22:51 +02:00
parent 3977283ecb
commit 2b2b60b90f

View File

@@ -520,6 +520,7 @@ namespace mpvnet
ContextMenuStrip = ContextMenu;
IgnoreDpiChanged = false;
CheckClipboardForURL();
Cursor.Position = new Point(Cursor.Position.X + 1, Cursor.Position.Y);
}
protected override void OnActivated(EventArgs e)