Summary: | Improve foreground and background color behavior in vector objects. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Raghavendra kamath <raghu> |
Component: | Layers/Vector | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla, raghu |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Raghavendra kamath
2017-06-29 07:39:33 UTC
Added to https://phabricator.kde.org/T6369 I am adding dmitry to this, but he's already fixed a bunch of color related bugs. Raghukamath, could you check which ones are still relevant on master? Hi Wolthera, I checked on the latest master and all three of them are reproducible. Git commit 1fdb15d0dae77917b20c61033345fa6124499b35 by Dmitry Kazakov. Committed on 17/09/2019 at 11:15. Pushed by dkazakov into branch 'kazakov/vector-color-fix-381784'. Fix color of the shape being synched with the color selectors 1) When the shape is selected, its color now loaded into the color selector 2) If the shape was deselected without editing the color, then old color (before selection) is recovered back 3) If the shape is deselected after its color was modified in any way, then the newly selected color is kept in the selector. M +36 -0 libs/ui/widgets/KoFillConfigWidget.cpp M +2 -0 libs/ui/widgets/KoFillConfigWidget.h https://invent.kde.org/kde/krita/commit/1fdb15d0dae77917b20c61033345fa6124499b35 Git commit 32285d7da2fa1f45ed5c15a42aba8289d5743261 by Dmitry Kazakov. Committed on 21/09/2019 at 10:08. Pushed by dkazakov into branch 'krita/4.2'. Fix color of the shape being synched with the color selectors 1) When the shape is selected, its color now loaded into the color selector 2) If the shape was deselected without editing the color, then old color (before selection) is recovered back 3) If the shape is deselected after its color was modified in any way, then the newly selected color is kept in the selector. M +36 -0 libs/ui/widgets/KoFillConfigWidget.cpp M +2 -0 libs/ui/widgets/KoFillConfigWidget.h https://invent.kde.org/kde/krita/commit/32285d7da2fa1f45ed5c15a42aba8289d5743261 |