https://bugs.kde.org/show_bug.cgi?id=401463
Kurt Hindenburg <kurt.hindenb...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/kon | |sole/14b3c8be2c15ed9711b130 | |8b4a991de4aad5802d Resolution|--- |FIXED --- Comment #10 from Kurt Hindenburg <kurt.hindenb...@gmail.com> --- Git commit 14b3c8be2c15ed9711b1308b4a991de4aad5802d by Kurt Hindenburg, on behalf of Martin T. H. Sandsmark. Committed on 06/12/2018 at 15:26. Pushed by hindenburg into branch 'master'. fix drawing box chars, avoid storing and saving state all the time Summary: to get the box chars to be drawn correctly we need to turn on high quality antialiasing in qpainter. in addition only turn it on if antialiasing is enabled. lastly qpainter.save()/restore() is called very often, so try to avoid that if it isn't necessary. Test Plan: `cat tests/boxes.txt` old: {F6428268} new: {F6450304} Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: wbauer, konsole-devel, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D16947 M +20 -25 src/TerminalDisplay.cpp https://commits.kde.org/konsole/14b3c8be2c15ed9711b1308b4a991de4aad5802d -- You are receiving this mail because: You are watching all bug changes.