Summary: | Background does not get repainted correctly | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Albert Astals Cid <aacid> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 25.04.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/2b493aa1d33964871b78830402f240e824f40074 | Version Fixed In: | |
Sentry Crash Report: |
Description
Albert Astals Cid
2025-07-14 22:10:24 UTC
This seems to possibly be a ktexteditor regression, but you are the experts :) A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/823 Git commit 2b493aa1d33964871b78830402f240e824f40074 by Waqar Ahmed. Committed on 15/07/2025 at 10:35. Pushed by cullmann into branch 'master'. Draw all text background ourselves instead of just selection Its a lot simpler this way and we already do it for RTL since a couple of years. M +17 -78 src/render/katerenderer.cpp M +2 -3 src/render/katerenderer.h https://invent.kde.org/frameworks/ktexteditor/-/commit/2b493aa1d33964871b78830402f240e824f40074 |