https://bugs.kde.org/show_bug.cgi?id=432274
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Assignee|krita-bugs-n...@kde.org |ha...@valdyas.org Status|CONFIRMED |ASSIGNED --- Comment #2 from Halla Rempt <ha...@valdyas.org> --- Looks like commit df677d7033432f5b216dc50fcbe655e2d20f027f Author: Dmitry Kazakov <dimul...@gmail.com>, Mon Aug 10 13:09:49 2020 +0300 (6 months ago) Committer: Dmitry Kazakov <dimul...@gmail.com>, Mon Aug 10 13:33:03 2020 +0300 (6 months ago) Follows: v4.3.0-prealpha Branches: <Expand> Fix mess with brush modes (and fix KisImagePipeBrushTest::testColoredDab()) 1) Remove `useColorAsMaskSwitch()`. `brushApplication() != IMAGESTAMP` should be used instead. 2) Remove explicit tracking of hasColor(). Now hasColor() is equal to `brushType() == IMAGE || brushType() == PIPE_IMAGE`. 3) `brushType()` now only tracks the format of the brush. Is it not used for selecting between `brush->mask()` or `brush->paintDevice()`. For this choice one should use `brushApplication()` now. caused the problem. -- You are receiving this mail because: You are watching all bug changes.