Skip to content
Commit 189679b7 authored by Emmet O'Neill's avatar Emmet O'Neill
Browse files

Avoid blending bug on first color pick.

In a newly opened Krita instance, the starting foreground color is
always in a 16-bit RGBA16 format, regardless of the color space of newly
created/opened Krita document. As such, using the color picker's
blending feature (which mixes a newly picked color with the user's
previous color) immediately after the program starts results in an
incorrect or undefined output color.

This bug mitigates the problem and fixes the bug request by simply
restricting to "pure" (without radius or blending) picking on the first
use.

BUG: 394399 "First time picking a color..."
parent 715ad131
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment