| Summary: | New created shape doesn't use the right color for border | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | grum999 |
| Component: | Tools/Vector | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | shzam |
| Priority: | NOR | ||
| Version First Reported In: | nightly build (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/commit/6ebbd5279e1859b641e6a569184058b09e58dd8d | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
grum999
2021-06-16 17:34:25 UTC
Can confirm the bug. This sync problem is caused by using signal blockers in KoFillConfigWidget::slotProposeCurrentColorToResourceManager, which was used to stop the StrokeFill from changing the Fill type. Hi According to discussion on KA, I add a link here to KA post to think about it when bug will be fixed https://krita-artists.org/t/bug-changing-fill-color-of-vector-adds-a-stroke-to-shape/26611/4?u=grum999 Grum999 Git commit 6ebbd5279e1859b641e6a569184058b09e58dd8d by Dmitry Kazakov, on behalf of Sharaf Zaman. Committed on 28/07/2021 at 06:09. Pushed by dkazakov into branch 'master'. Bugfix: Fix sync problem between resource and shape M +85 -74 libs/ui/widgets/KoFillConfigWidget.cpp M +2 -2 libs/ui/widgets/KoFillConfigWidget.h M +14 -4 plugins/tools/defaulttool/defaulttool/DefaultToolTabbedWidget.cpp https://invent.kde.org/graphics/krita/commit/6ebbd5279e1859b641e6a569184058b09e58dd8d Hi Tested last appimage (krita-5.0.0-prealpha-ee23c60-x86_64.appimage) and I can confirm all problems are fixed :) Grum999 |