| Summary: | Print always prints the char column even when otherwise selected | ||
|---|---|---|---|
| Product: | [Applications] okteta | Reporter: | Theofilos Intzoglou <int.teo> |
| Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.5.6 | |
| Sentry Crash Report: | |||
| Attachments: | printtool.cpp.diff | ||
SVN commit 1213516 by kossebau: fixed: Print tool always prints the char column even when otherwise selected Patch by Theofilos Intzoglou, thanks! BUG:262699 FIXED-IN: 0.5.6 M +1 -0 printtool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1213516 SVN commit 1213520 by kossebau: forward port of #1213516: fixed: Print tool always prints the char column even when otherwise selected CCBUG:262699 M +1 -0 branches/KDE/4.6/kdesdk/okteta/kasten/controllers/view/print/printtool.cpp M +1 -0 trunk/KDE/kdesdk/okteta/kasten/controllers/view/print/printtool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1213520 |
Created attachment 55783 [details] printtool.cpp.diff Version: unspecified (using Devel) OS: Linux If you select "Values" from View->"Show Values or Chars" and then try to print the document you always get the chars printed. Reproducible: Always Steps to Reproduce: 1. Open a file 2. Select "Values" from View->"Show Values or Chars" 3. Go to File->Print and print the document Actual Results: Chars are printed Expected Results: It should print to paper only what you see in the screen A simple patch for printtool.cpp is provided that fixes this behaviour