Skip to content

Commit

Permalink
Remove original bug description from instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonGuy committed Oct 3, 2024
1 parent c064022 commit 4393247
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ public class InvalidImageCustomCursorTest {

public static void main(String[] args) throws Exception {
String INSTRUCTIONS = """
The bug is that createCustomCursor does not check absence
of the image for the cursor. Under Solaris Exception used
to be thrown.
Fix for the bug is that we default invalid image for the
cursor to a hidded cursor. So when one tries to create a
cursor with invalid image transparent cursor will be created
instead with hotspot at (0,0).
Press 'Hide' button to hide (set transparent) cursor for the
green panel. Move the pointer over the green panel - pointer
should disappear. Press 'Default' button to set default cursor
Expand Down

0 comments on commit 4393247

Please sign in to comment.