From kde-bugs-dist Tue Jan 31 23:44:55 2012 From: Christoph Feck Date: Tue, 31 Jan 2012 23:44:55 +0000 To: kde-bugs-dist Subject: [Bug 280896] Some fonts get chopped with Qt 4.8 Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=132805369427088 https://bugs.kde.org/show_bug.cgi?id=280896 --- Comment #40 from Christoph Feck 2012-01-31 23:44:54 --- This is what I use: diff --git a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp index da2fb38..351afc4 100644 --- a/src/TerminalDisplay.cpp +++ b/src/TerminalDisplay.cpp @@ -304,7 +304,7 @@ TerminalDisplay::TerminalDisplay(QWidget* parent) , _resizeTimer(0) , _flowControlWarningEnabled(false) , _outputSuspendedLabel(0) - , _lineSpacing(0) + , _lineSpacing(1) , _colorsInverted(false) , _blendColor(qRgba(0, 0, 0, 0xff)) , _filterChain(new TerminalImageFilterChain()) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.