https://bugs.kde.org/show_bug.cgi?id=394399
Bug ID: 394399 Summary: Color Pickers: First time picking a color with blending enabled on fresh Krita instance causes hue to jump to red. Product: krita Version: git master Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Color Selectors Assignee: krita-bugs-n...@kde.org Reporter: emmetoneill....@gmail.com Target Milestone: --- This is an obscure bug concerning the color pickers when using blending (blend < 100%) on a freshly opened instance of Krita. If the first thing you do when started a new document in a new Krita session is attempt to pick a color with blending enabled, the hue of your selected color will jump over to red (hue = 0?) regardless of where it was before and what color you picked. This only happens the first time you pick a color after starting Krita, and only happens if blending is <100% in the color selector tool options. This bug also won't happen at all if the user changes their current color before attempting to pick. I would guess that the issue has to do with the users of the pick color function attempting to retrieve the current foreground color on a freshly opened instance of Krita - something is causing the "canvas()->resourceManager()->foregroundColor();" to return red at the very start of the program and this behavior changes as soon as foregroundColor changes once. It's obscure and just a minor annoyance. Assigning myself to fix it at some point in the near future. -- You are receiving this mail because: You are watching all bug changes.