Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85325

when a PointerHandler with a custom cursor deactivates, the cursor doesn't change until the next mouse move

    XMLWordPrintable

Details

    • 8bd6342639721b7db08acf554c6bcd3e7ab04cb6 (qt/qtdeclarative/dev) fc1ec5cf4a (qt/tqtc-qtdeclarative/5.15)

    Description

      QQuickWindow calls d->updateCursor() for Enter and MouseMove events, but not for MouseButtonRelease. After the release is delivered, an active handler should deactivate, and also restore the cursor; so it seems we need to do updateCursor() then, too.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              srutledg Shawn Rutledge
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes