https://bugs.kde.org/show_bug.cgi?id=441370
Emmet O'Neill <emmetoneill....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/e5979fc3d |hics/krita/commit/4979301cc |e58eef7e760645ba6e1c647903f |28de46d4cd1df3d30b5a547f064 |d692 |7124 --- Comment #8 from Emmet O'Neill <emmetoneill....@gmail.com> --- Git commit 4979301cc28de46d4cd1df3d30b5a547f0647124 by Emmet O'Neill, on behalf of Eoin O'Neill. Committed on 14/12/2021 at 01:50. Pushed by emmetoneill into branch 'krita/5.0'. Fix regression where cursor would stay hidden after closing popup palette on certain systems. Users would right click with mouse and then close with tablet pen, which on certain QT systems would cause the cursor to stay hidden. I guess on newer versions of QT, not "accepting" an input is somehow corrected or acommodated for when it comes to cursor change operations. Adding a "setAccepted" call after hiding an open popup palette seemed to fix this issue. (cherry picked from commit e5979fc3de58eef7e760645ba6e1c647903fd692) M +1 -1 libs/ui/input/kis_input_manager.cpp https://invent.kde.org/graphics/krita/commit/4979301cc28de46d4cd1df3d30b5a547f0647124 -- You are receiving this mail because: You are watching all bug changes.