https://bugs.kde.org/show_bug.cgi?id=504546
--- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit db9704829ea1b0a3a5591a5ba1b4d8142d8125a0 by Dmitry Kazakov. Committed on 14/02/2026 at 16:54. Pushed by dkazakov into branch 'master'. Remove the usage of QCursor::pos() where we can The real fix for QCursor::pos() will land separately into our version of Qt6, but this patch will just make it work a little better with the vanilla Qt. In a lot of cases we do already have the cursor position in the event object, so we don't need to request it from QCursor. M +49 -4 libs/flake/KoPointerEvent.cpp M +3 -0 libs/flake/KoPointerEvent.h M +9 -28 libs/ui/input/KisPopupWidgetAction.cpp M +1 -1 libs/ui/kis_popup_palette.cpp M +1 -1 libs/ui/tool/kis_tool_freehand.cc M +5 -3 libs/ui/widgets/KoDualColorButton.cpp M +1 -1 plugins/tools/tool_transform2/kis_liquify_transform_strategy.cpp https://invent.kde.org/graphics/krita/-/commit/db9704829ea1b0a3a5591a5ba1b4d8142d8125a0 -- You are receiving this mail because: You are watching all bug changes.
