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

Commits on Apr 27, 2020

  1. [[ 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`.
    livecodepanos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2f9bb4a View commit details
    Browse the repository at this point in the history