Summary: | Field shows 0 to 100% when it's actually -100 to 100% for Fuzzy Stroke in Brush editor | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | alastair <alastair.john.jack> |
Component: | Brush engines | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 5.2.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/d069b7b0f9ccb40825ba7eabad1d1c65af91e641 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Illustration of where bug is |
Description
alastair
2024-05-24 10:59:34 UTC
It certainly is confusing, and if it should be presented like this, it needs a tooltip and an explanation in the manual. Git commit da166935de2c68b0ae6ae79b92c9c17c31ba7420 by Dmitry Kazakov. Committed on 22/10/2024 at 12:58. Pushed by dkazakov into branch 'master'. [string freeze exception] Fix range of Saturation and Value brush options The patch fixes the label in the curve widget that shows the range of Value and Saturation options. The patch implements two changes: 1) Fix scaling of the curve points from 0...100 to -100...100 as written in the labels 2) Fix the label that (incorrectly) tells that 50% is the "neutral" value. The actual "neutral" value is 0%. CC:kimageshop@kde.org CC:kde-i18n-doc@kde.org M +8 -6 plugins/paintops/libpaintop/KisStandardOptionData.cpp https://invent.kde.org/graphics/krita/-/commit/da166935de2c68b0ae6ae79b92c9c17c31ba7420 Git commit d069b7b0f9ccb40825ba7eabad1d1c65af91e641 by Dmitry Kazakov. Committed on 22/10/2024 at 12:58. Pushed by dkazakov into branch 'krita/5.2'. [string freeze exception] Fix range of Saturation and Value brush options The patch fixes the label in the curve widget that shows the range of Value and Saturation options. The patch implements two changes: 1) Fix scaling of the curve points from 0...100 to -100...100 as written in the labels 2) Fix the label that (incorrectly) tells that 50% is the "neutral" value. The actual "neutral" value is 0%. CC:kimageshop@kde.org CC:kde-i18n-doc@kde.org M +8 -6 plugins/paintops/libpaintop/KisStandardOptionData.cpp https://invent.kde.org/graphics/krita/-/commit/d069b7b0f9ccb40825ba7eabad1d1c65af91e641 |