https://bugs.kde.org/show_bug.cgi?id=517102
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/4e44f09 |hics/krita/-/commit/fc7a7f7 |58ebe5b8cfcfb484f8bf9dcc456 |97a1b165107ce454ba7aecad280 |8aa44e |9a5c4e --- Comment #7 from Dmitry Kazakov <[email protected]> --- Git commit fc7a7f797a1b165107ce454ba7aecad2809a5c4e by Dmitry Kazakov. Committed on 02/07/2026 at 17:21. Pushed by dkazakov into branch 'krita/6.0'. [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/fc7a7f797a1b165107ce454ba7aecad2809a5c4e -- You are receiving this mail because: You are watching all bug changes.
