Summary: | Kate uses a too light grey for printing text files | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Lorenzo Bettini <lorebett2002> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, edward.lara.lara |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | 24.02.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/786fc1c139e56d9e143b1a9a707e28527f1eafd1 | Version Fixed In: | |
Sentry Crash Report: |
Description
Lorenzo Bettini
2024-03-14 13:59:22 UTC
Printing i a mess and uses and modifies even parts of the current view colors, that will need fixing. (In reply to Christoph Cullmann from comment #1) > Printing i a mess and uses and modifies even parts of the current view > colors, that will need fixing. Yes, I forgot to mention that it also modifies the current view colors. I seem to understand there's a property in katerc for specifying the Printing color scheme, but I find no way of setting that from Kate, and manually setting in katerc doesn't seem to do anything. Git commit 786fc1c139e56d9e143b1a9a707e28527f1eafd1 by Christoph Cullmann. Committed on 13/09/2024 at 18:35. Pushed by cullmann into branch 'master'. ensure modify the renderer that is used for printing instead of altering the renderer of the view we do want to print Related: bug 465526, bug 488605, bug 487081 M +7 -7 src/printing/printpainter.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/786fc1c139e56d9e143b1a9a707e28527f1eafd1 |