| Summary: | Whitespace indicator shows wrong when using right-to-left scripts. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | demorphism |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | demorphism |
| Priority: | NOR | ||
| Version First Reported In: | 22.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/ddbb49db25c0ab0d4f4418e139f2bf3c74683965 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Picture of bug | ||
|
Description
demorphism
2023-09-15 13:19:40 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/599 Git commit 92a4f9323b2a98104802fea12c30dcabfcd0d8fc by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 17/09/2023 at 13:39. Pushed by cullmann into branch 'master'. Fix spaces not visualized in rtl text M +7 -2 src/render/katerenderer.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/92a4f9323b2a98104802fea12c30dcabfcd0d8fc Git commit ddbb49db25c0ab0d4f4418e139f2bf3c74683965 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 17/09/2023 at 13:39. Pushed by cullmann into branch 'master'. Fix space painted over text in bidirection text lines Checks the previous char's direction and adjusts the x offset accordingly M +23 -12 src/render/katerenderer.cpp M +1 -1 src/render/katerenderer.h https://invent.kde.org/frameworks/ktexteditor/-/commit/ddbb49db25c0ab0d4f4418e139f2bf3c74683965 |