| Summary: | Strange behavior of the text-decoration after new text changes | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Deif Lou <ginoba> |
| Component: | Tool/Text | Assignee: | wolthera <griffinvalley> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/87534d44495479160c65213b2f463d8df1374be5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Deif Lou
2023-02-20 10:27:00 UTC
Caching problem, likely... Git commit 1f28bf0bfb952dfb6996e6708e847925bb163eff by Wolthera van Hövell tot Westerflier. Committed on 02/08/2023 at 13:41. Pushed by woltherav into branch 'master'. Fix text-decoration not getting cleared when set as 'none'. Turns out the clearing of the decoration was never called. M +1 -2 libs/flake/text/KoSvgTextShape.cpp https://invent.kde.org/graphics/krita/-/commit/1f28bf0bfb952dfb6996e6708e847925bb163eff Git commit 87534d44495479160c65213b2f463d8df1374be5 by Wolthera van Hövell, on behalf of Wolthera van Hövell tot Westerflier. Committed on 02/08/2023 at 17:52. Pushed by woltherav into branch 'krita/5.2'. Fix text-decoration not getting cleared when set as 'none'. Turns out the clearing of the decoration was never called. (cherry picked from commit 1f28bf0bfb952dfb6996e6708e847925bb163eff) M +1 -2 libs/flake/text/KoSvgTextShape.cpp https://invent.kde.org/graphics/krita/-/commit/87534d44495479160c65213b2f463d8df1374be5 |