Skip to content

Commit 5d89328

Browse files
committed
Make ResetCursor public
Fixes #116
1 parent 90653b3 commit 5d89328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LemonUI/Menus/NativeMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ private void RecalculatePanel()
945945
/// <summary>
946946
/// Resets the current position of the cursor.
947947
/// </summary>
948-
private void ResetCursor()
948+
public void ResetCursor()
949949
{
950950
const float extraX = 35;
951951
const float extraY = 325;

0 commit comments

Comments
 (0)