| Summary: | [5.3] Krita fails to properly remember brush smoothing settings shortly after a fresh install | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Door1 <a.pond105> |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dra.w.p.il.e+bugskde |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 14.x | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/0ba4f17846be318fc146984d9abec427dc36dd41 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Door1
2026-01-08 06:59:46 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2627 Git commit 3ab8d6db8a0bb292e3a34fe84d92587bee3c705a by Dmitry Kazakov. Committed on 18/02/2026 at 10:40. Pushed by dkazakov into branch 'krita/6.0'. Fix the smoothing sliders to actually save their values When a KisAspectRatioLocker is used to lock the sliders, their direct signals should not be used. The signals of the locker should be used instead. The patch also adds proper documentation to KisAspectRatioLocker :) M +78 -0 libs/ui/kis_aspect_ratio_locker.h M +8 -4 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/-/commit/3ab8d6db8a0bb292e3a34fe84d92587bee3c705a Git commit fe371134688602ddb8e825f49e985f3ddd58d4d0 by Dmitry Kazakov. Committed on 18/02/2026 at 10:41. Pushed by dkazakov into branch 'master'. Fix the smoothing sliders to actually save their values When a KisAspectRatioLocker is used to lock the sliders, their direct signals should not be used. The signals of the locker should be used instead. The patch also adds proper documentation to KisAspectRatioLocker :) M +78 -0 libs/ui/kis_aspect_ratio_locker.h M +8 -4 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/-/commit/fe371134688602ddb8e825f49e985f3ddd58d4d0 Git commit 0ba4f17846be318fc146984d9abec427dc36dd41 by Dmitry Kazakov. Committed on 18/02/2026 at 11:00. Pushed by dkazakov into branch 'release/6.0.0'. Fix the smoothing sliders to actually save their values When a KisAspectRatioLocker is used to lock the sliders, their direct signals should not be used. The signals of the locker should be used instead. The patch also adds proper documentation to KisAspectRatioLocker :) M +78 -0 libs/ui/kis_aspect_ratio_locker.h M +8 -4 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/-/commit/0ba4f17846be318fc146984d9abec427dc36dd41 |