Skip to content

Commit

Permalink
Merge pull request #157 from orapps44/patch-7
Browse files Browse the repository at this point in the history
Fix Cursor blinking
  • Loading branch information
leocb authored Mar 3, 2021
2 parents cc4a8fd + 8f278e7 commit 51c7a32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MaterialSkin/Controls/MaterialForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,9 @@ private void UpdateButtons(MouseEventArgs e, bool up = false)
else if (_drawerButtonBounds.Contains(e.Location))
{
_buttonState = ButtonState.DrawerOver;
Cursor = Cursors.Hand;
}
else
{
if (_resizeDir == ResizeDirection.None) Cursor = Cursors.Default;
_buttonState = ButtonState.None;
}
}
Expand Down

0 comments on commit 51c7a32

Please sign in to comment.