Bug 441371 - Similar Color Selection Tool's Fuzziness option is broken upon every restart
Summary: Similar Color Selection Tool's Fuzziness option is broken upon every restart
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Tools/Selection (show other bugs)
Version: 5.0.0-beta1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Halla Rempt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-22 14:48 UTC by Tyson Tan
Modified: 2021-08-23 12:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tyson Tan 2021-08-22 14:48:39 UTC
In Krita 5.0 beta1, Similar Color Selection Tool's Fuzziness option is broken upon every restart.

I'm currently using Krita for pixel art, so I always set the tool's Fuzziness to 1. However upon upgrading to 5.0 beta1 (with all previous settings and resources wiped out and started afresh), every time I restarted Krita, although Fuzziness is still displayed as 1, the tool selects way too many colors.

Workaround:
I can make Fuzziness work again by setting it to a higher number, then back to 1. But it'll break again at the next restart.
Comment 1 Halla Rempt 2021-08-23 09:04:22 UTC
Git commit 473a5f9756ff7c6475801a63d178ca300d73ac63 by Halla Rempt.
Committed on 23/08/2021 at 09:03.
Pushed by rempt into branch 'master'.

select similar: Set fuzziness when creating the option widget

M  +2    -2    plugins/tools/selectiontools/kis_tool_select_similar.cc

https://invent.kde.org/graphics/krita/commit/473a5f9756ff7c6475801a63d178ca300d73ac63
Comment 2 Halla Rempt 2021-08-23 09:04:37 UTC
Git commit 1002833bab5cdc8773112730690e1ea000b04146 by Halla Rempt.
Committed on 23/08/2021 at 09:04.
Pushed by rempt into branch 'krita/5.0'.

select similar: Set fuzziness when creating the option widget
(cherry picked from commit 473a5f9756ff7c6475801a63d178ca300d73ac63)

M  +2    -2    plugins/tools/selectiontools/kis_tool_select_similar.cc

https://invent.kde.org/graphics/krita/commit/1002833bab5cdc8773112730690e1ea000b04146
Comment 3 Tyson Tan 2021-08-23 12:25:29 UTC
Thank you, Halla! :D