https://bugs.kde.org/show_bug.cgi?id=517102
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/4e44f09 | |58ebe5b8cfcfb484f8bf9dcc456 | |8aa44e Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #6 from Dmitry Kazakov <[email protected]> --- Git commit 4e44f0958ebe5b8cfcfb484f8bf9dcc4568aa44e by Dmitry Kazakov. Committed on 02/07/2026 at 17:18. Pushed by dkazakov into branch 'master'. [win][qt6] Fix transparent canvas widget issue It seems like Qt6 properly supports transparent widget textures, so, if we write non-opaque pixels over it, the widget also becomes transparent. To fix the issue, we should use a blend function with explicit switch to avoid writing into the alpha channel of the final widget texture. M +3 -3 libs/ui/opengl/KisOpenGLCanvasRenderer.cpp https://invent.kde.org/graphics/krita/-/commit/4e44f0958ebe5b8cfcfb484f8bf9dcc4568aa44e -- You are receiving this mail because: You are watching all bug changes.
