Summary: | crash clicking brush settings button when brush selection button is open if brush has been set to new smudge algorithm | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | fivetailsfox |
Component: | * Unknown | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73 |
Priority: | NOR | ||
Version: | 5.0.6 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/d1625a218353c3186e3f82e4b665a58d9c61fa77 | Version Fixed In: |
Description
fivetailsfox
2022-06-14 11:34:26 UTC
I can reproduce the crash here in master :) Git commit 5558ebc0274adee3543d80d433d4c1d298abff12 by Dmitry Kazakov. Committed on 13/07/2022 at 08:11. Pushed by dkazakov into branch 'master'. Fix cycling updates in the new colorsmudge enginge config widget When changing radius range we may accidentially change the actual radius value. Since it happens in the 'page-changed' call, we need to make sure this change doesn't emit any signal. M +2 -0 plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp https://invent.kde.org/graphics/krita/commit/5558ebc0274adee3543d80d433d4c1d298abff12 Git commit d1625a218353c3186e3f82e4b665a58d9c61fa77 by Dmitry Kazakov. Committed on 13/07/2022 at 08:11. Pushed by dkazakov into branch 'krita/5.1'. Fix cycling updates in the new colorsmudge enginge config widget When changing radius range we may accidentially change the actual radius value. Since it happens in the 'page-changed' call, we need to make sure this change doesn't emit any signal. M +2 -0 plugins/paintops/colorsmudge/kis_colorsmudgeop_settings_widget.cpp https://invent.kde.org/graphics/krita/commit/d1625a218353c3186e3f82e4b665a58d9c61fa77 |