https://bugs.kde.org/show_bug.cgi?id=451859
Alvin Wong <al...@alvinhc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/9eb5f8d4a | |a8e48235c0121a884ba4d3397c2 | |3819 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #17 from Alvin Wong <al...@alvinhc.com> --- Git commit 9eb5f8d4aa8e48235c0121a884ba4d3397c23819 by Alvin Wong. Committed on 14/04/2022 at 14:29. Pushed by alvinwong into branch 'master'. Clip canvas update rects to widget rect Sometimes canvas updates will be requested with rects that clips outside of the wddget rect. If they are passed to KisOpenGLCanvasRenderer we may end up setting glScissor with out-of-bounds rect, which seems to break ANGLE and OpenGL drivers occasionally. We should always clip these rects within the widget rect so that we don't get an invalid scissor box.. M +13 -4 libs/ui/canvas/kis_canvas2.cpp M +1 -1 libs/ui/opengl/kis_opengl_canvas2.cpp https://invent.kde.org/graphics/krita/commit/9eb5f8d4aa8e48235c0121a884ba4d3397c23819 -- You are receiving this mail because: You are watching all bug changes.