Skip to content

Commit

Permalink
Update MaterialDrawer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
orapps44 authored Jun 6, 2021
1 parent f015454 commit 4178a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaterialSkin/Controls/MaterialDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ protected override void OnMouseMove(MouseEventArgs e)
return;
}
}
Cursor = Cursors.Arrow;
//Cursor = Cursors.Arrow;
}

protected override void OnMouseEnter(EventArgs e)
Expand Down

0 comments on commit 4178a18

Please sign in to comment.