This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 2f9bb4a
committed
[[ Bug 22211 ]] Remove unnecessary 'unlock cursor' in ideMouseMove
This patch removes a seemingly unnecessary `unlock cursor` in the IDE's
mouseMove event handler (`ideMouseMove`).
The IDE intercepts mouseMove so that it can update the resize cursor
used when the mouse is over the relevant selection handlers. It does this
by locking the cursor in this case and then changing the cursor
appropriately; unlocking the cursor when there is a selected object and
the mouse is not over a selection handle.
Previously it would also unlock the cursor if pointer tool was in effect and
there was no selected object which (because the handler is executed in
time after any user handlers) would undo any user use of `lock cursor`.1 parent 7979fcd commit 2f9bb4a
File tree
2 files changed
+1
-2
lines changed- Toolset/libraries
- notes
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3335 | 3335 | | |
3336 | 3336 | | |
3337 | 3337 | | |
3338 | | - | |
3339 | | - | |
3340 | 3338 | | |
3341 | 3339 | | |
3342 | 3340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments