Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22211 ]] Remove unnecessary 'unlock cursor' in ideMouseMove #2092

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Toolset/libraries/revbackscriptlibrary.livecodescript
Original file line number Diff line number Diff line change
Expand Up @@ -3335,8 +3335,6 @@ on ideMouseMove pX, pY, pTarget
else
unlock cursor
end if
else
unlock cursor
end if
end ideMouseMove

Expand Down
1 change: 1 addition & 0 deletions notes/bugfix-22211.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Ensure lock cursor does not break when the pointer tool is selected
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest

# Fix IDE interference with locking the cursor when pointer tool is selected