https://bugs.kde.org/show_bug.cgi?id=500545
--- Comment #4 from Nate Graham <[email protected]> --- The problem is because SelectionEditorPrivate::setMouseCursor() sets the cursor shape to OpenHand via C++, but doesn't conditionally set it to ClosedHand. On the QML side in CaptureOverlay.qml, both are handled properly, but overridden by what the C++ code does. One should be removed, or else the other. Right now they're interfering with one another. -- You are receiving this mail because: You are watching all bug changes.
