Skip to content

Commit

Permalink
Show arrow cursor when mouse over on image.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Aug 25, 2024
1 parent a5360bf commit ebc5c64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PixelViewer/Controls/SessionControl.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ void SetupFilterParamsSliderAndButtons(string name, int group)
this.image.Cursor = draggingCursor;
return;
}
cursorType = StandardCursorType.None;
}
if (this.imageCursorType != cursorType
|| this.image.Cursor == draggingCursor)
Expand Down

0 comments on commit ebc5c64

Please sign in to comment.