Summary: | Unable to see marching ants (selection) with grid enabled | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Daniel <mayazcherquoi> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla, osxyz |
Priority: | NOR | ||
Version: | 3.0 Beta | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://youtu.be/PgHeeTIheJE | ||
Latest Commit: | https://commits.kde.org/krita/71439df0446c9982e57961701d4b293820ed118e | Version Fixed In: | |
Sentry Crash Report: |
Description
Daniel
2016-05-04 12:21:39 UTC
Well, you can configure the grid color and transparency in the grid/guides docker. Perhaps though, the grid should be painted before the selection decoration, so that the later is on top. I also guess that by default we can have different colors? Hi It's also exists in Krita v2.9.11. It's not a regression in 3.0. But I also have noticed, Imho, important behavior of this bug: It appears mainly while recreating it with enabled OpenGL... For example, on disabled OpenGL (100% zoom view) lines of Grid are thicker, compared to enabled OpenGL the same situation... I tested on: Windows 7 64bit, Nvidia GPU. Git commit 65a1598cd30562fe4c759925d61420d1ea77a11e by Dmitry Kazakov. Committed on 06/09/2018 at 13:29. Pushed by dkazakov into branch 'master'. Fix painting of selection decoration over grids Implement a priority API for the decoration and make selections be painted on the top of everything :) M +16 -0 libs/ui/canvas/kis_canvas_decoration.cc M +15 -0 libs/ui/canvas/kis_canvas_decoration.h M +2 -0 libs/ui/canvas/kis_canvas_widget_base.cpp M +1 -1 libs/ui/canvas/kis_grid_decoration.cpp M +1 -0 libs/ui/canvas/kis_guides_decoration.cpp M +1 -0 libs/ui/kis_painting_assistants_decoration.cpp M +3 -0 libs/ui/kis_selection_decoration.cc https://commits.kde.org/krita/65a1598cd30562fe4c759925d61420d1ea77a11e Git commit 71439df0446c9982e57961701d4b293820ed118e by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 07/09/2018 at 13:04. Pushed by rempt into branch 'krita/4.1'. Fix painting of selection decoration over grids Implement a priority API for the decoration and make selections be painted on the top of everything :) M +16 -0 libs/ui/canvas/kis_canvas_decoration.cc M +15 -0 libs/ui/canvas/kis_canvas_decoration.h M +2 -0 libs/ui/canvas/kis_canvas_widget_base.cpp M +1 -1 libs/ui/canvas/kis_grid_decoration.cpp M +1 -0 libs/ui/canvas/kis_guides_decoration.cpp M +1 -0 libs/ui/kis_painting_assistants_decoration.cpp M +3 -0 libs/ui/kis_selection_decoration.cc https://commits.kde.org/krita/71439df0446c9982e57961701d4b293820ed118e |