https://bugs.kde.org/show_bug.cgi?id=438755
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/ktexteditor/commit/9 | |394bcede083e0973c27b5742232 | |7f0f647d1c5b --- Comment #6 from Christoph Cullmann <cullm...@kde.org> --- Git commit 9394bcede083e0973c27b57422327f0f647d1c5b by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 24/03/2023 at 09:56. Pushed by cullmann into branch 'master'. Fix RTL text with format incorrectly shaped This fix is a work around the bug in Qt. Ideally it should be fixed there but we can do what is possible here. The problem is mentioned in details in the comments of this script. Short version is that Qt's text shaping code is naive. It breaks the text into boundaries which make no sense and this leads to bad results. We can also fix this for Foreground text/Underlines etc but lets see if we get a bug for that first. M +61 -5 src/render/katerenderer.cpp M +1 -1 src/render/katerenderer.h https://invent.kde.org/frameworks/ktexteditor/commit/9394bcede083e0973c27b57422327f0f647d1c5b -- You are receiving this mail because: You are watching all bug changes.