https://bugs.kde.org/show_bug.cgi?id=504546
--- Comment #5 from Dmitry Kazakov <[email protected]> --- Git commit 43bc97d92636f79ddcbb916fbfa5f6f993209ca9 by Dmitry Kazakov. Committed on 14/02/2026 at 16:55. Pushed by dkazakov into branch 'krita/6.0'. 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/43bc97d92636f79ddcbb916fbfa5f6f993209ca9 -- You are receiving this mail because: You are watching all bug changes.
