Summary: | Color picker color squares don't hide when action is over | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Wojtek Trybus <wojtryb> |
Component: | OpenGL Canvas | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, griffinvalley, halla |
Priority: | NOR | Keywords: | regression |
Version: | 4.4.0-beta1 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/8aa9e1b27891d997db787bfc20026d061d44bfa3 | Version Fixed In: | |
Sentry Crash Report: |
Description
Wojtek Trybus
2020-09-22 12:19:08 UTC
Hm, I cannot reproduce that. Actually a opengl canvas problem. I'm assigning dmitry. I cannot confirm, because on master I have a different problem: I can't see the squares :D I can reproduce it on Linux only. It looks like it somehow depends on the way Qt is patched for partial updates. Git commit 9defcc2243e60c5f8a19fa94bd5409c0adf95e5c by Dmitry Kazakov. Committed on 24/09/2020 at 09:23. Pushed by dkazakov into branch 'krita/4.3'. Fix updates of color picker's preview Originally, colorPreviewDocUpdateRect has just never been assigned with anything, so no updates happened. The patch fixes updates for both picked and base color previews. M +25 -10 libs/ui/tool/kis_tool_paint.cc M +2 -1 libs/ui/tool/kis_tool_paint.h https://invent.kde.org/graphics/krita/commit/9defcc2243e60c5f8a19fa94bd5409c0adf95e5c Git commit 0cf0db83a673247712f25aa197a39d9c6e33fd07 by Dmitry Kazakov. Committed on 24/09/2020 at 09:24. Pushed by dkazakov into branch 'krita/4.4.0'. Fix updates of color picker's preview Originally, colorPreviewDocUpdateRect has just never been assigned with anything, so no updates happened. The patch fixes updates for both picked and base color previews. M +25 -10 libs/ui/tool/kis_tool_paint.cc M +2 -1 libs/ui/tool/kis_tool_paint.h https://invent.kde.org/graphics/krita/commit/0cf0db83a673247712f25aa197a39d9c6e33fd07 Git commit 8aa9e1b27891d997db787bfc20026d061d44bfa3 by Dmitry Kazakov. Committed on 24/09/2020 at 09:24. Pushed by dkazakov into branch 'master'. Fix updates of color picker's preview Originally, colorPreviewDocUpdateRect has just never been assigned with anything, so no updates happened. The patch fixes updates for both picked and base color previews. M +25 -10 libs/ui/tool/kis_tool_paint.cc M +2 -1 libs/ui/tool/kis_tool_paint.h https://invent.kde.org/graphics/krita/commit/8aa9e1b27891d997db787bfc20026d061d44bfa3 |