Summary: | Wrap around mode not updating properly on linux | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Wojtek Trybus <wojtryb> |
Component: | OpenGL Canvas | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | Keywords: | regression, release_blocker |
Version: | 4.4.0-beta2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/70a6853a541423d4100760632035c17aefe978b0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Wojtek Trybus
2020-10-07 19:13:46 UTC
Git commit e8d35edf1f9a6486c6223e3b1ffcb1bd2e4280b3 by Dmitry Kazakov. Committed on 08/10/2020 at 13:19. Pushed by dkazakov into branch 'krita/4.4.0'. Fix canvas updates in WrapAround mode Since we use partial updates now, we should handle WA mode properly M +1 -0 libs/ui/canvas/kis_abstract_canvas_widget.h M +27 -8 libs/ui/canvas/kis_canvas2.cpp M +5 -0 libs/ui/canvas/kis_qpainter_canvas.cpp M +1 -0 libs/ui/canvas/kis_qpainter_canvas.h M +6 -0 libs/ui/opengl/kis_opengl_canvas2.cpp M +2 -0 libs/ui/opengl/kis_opengl_canvas2.h https://invent.kde.org/graphics/krita/commit/e8d35edf1f9a6486c6223e3b1ffcb1bd2e4280b3 Git commit 1c00a48063407a9835f52e9d822ff863b1d98d1c by Dmitry Kazakov. Committed on 08/10/2020 at 13:22. Pushed by dkazakov into branch 'krita/4.3'. Fix canvas updates in WrapAround mode Since we use partial updates now, we should handle WA mode properly M +1 -0 libs/ui/canvas/kis_abstract_canvas_widget.h M +27 -8 libs/ui/canvas/kis_canvas2.cpp M +5 -0 libs/ui/canvas/kis_qpainter_canvas.cpp M +1 -0 libs/ui/canvas/kis_qpainter_canvas.h M +6 -0 libs/ui/opengl/kis_opengl_canvas2.cpp M +2 -0 libs/ui/opengl/kis_opengl_canvas2.h https://invent.kde.org/graphics/krita/commit/1c00a48063407a9835f52e9d822ff863b1d98d1c Git commit 70a6853a541423d4100760632035c17aefe978b0 by Dmitry Kazakov. Committed on 08/10/2020 at 13:22. Pushed by dkazakov into branch 'master'. Fix canvas updates in WrapAround mode Since we use partial updates now, we should handle WA mode properly M +1 -0 libs/ui/canvas/kis_abstract_canvas_widget.h M +27 -8 libs/ui/canvas/kis_canvas2.cpp M +5 -0 libs/ui/canvas/kis_qpainter_canvas.cpp M +1 -0 libs/ui/canvas/kis_qpainter_canvas.h M +6 -0 libs/ui/opengl/kis_opengl_canvas2.cpp M +2 -0 libs/ui/opengl/kis_opengl_canvas2.h https://invent.kde.org/graphics/krita/commit/70a6853a541423d4100760632035c17aefe978b0 The fix should appear in this build: https://binary-factory.kde.org/job/Krita_Stable_Appimage_Build/896/ |