Summary: | If Weighted/Stabilizer's Distance/Sample Count are set higher than 100, they will not be remembered and will be reset to 100 | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | tomtomtomreportingin |
Component: | Tools/Freehand | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | Keywords: | regression |
Version: | 5.0.2 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/a532ed5eb7fa3805ee1dace06cb7dea6fdac9d13 | Version Fixed In: | |
Sentry Crash Report: |
Description
tomtomtomreportingin
2022-03-25 00:53:54 UTC
Confirmation: https://krita-artists.org/t/stabilizer-resetting/38775 Git commit ce7db693e2c9cb1a1f10d07b8046e52abf740bd9 by Dmitry Kazakov. Committed on 29/03/2022 at 04:50. Pushed by dkazakov into branch 'master'. Fix weighted distance value being clipped by 100 That was the order of initialization order problem: the range of the slider was initialized only after the value was set. M +5 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/commit/ce7db693e2c9cb1a1f10d07b8046e52abf740bd9 Git commit a532ed5eb7fa3805ee1dace06cb7dea6fdac9d13 by Dmitry Kazakov. Committed on 29/03/2022 at 04:56. Pushed by dkazakov into branch 'krita/5.0'. Fix weighted distance value being clipped by 100 That was the order of initialization order problem: the range of the slider was initialized only after the value was set. M +5 -2 plugins/tools/basictools/kis_tool_brush.cc https://invent.kde.org/graphics/krita/commit/a532ed5eb7fa3805ee1dace06cb7dea6fdac9d13 |