[Konsole-devel] [Bug 280896] Some fonts get chopped with Qt 4.8
Christoph Feck
christoph at maxiom.de
Tue Jan 31 23:44:55 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=280896
--- Comment #40 from Christoph Feck <christoph maxiom de> 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 the assignee for the bug.
More information about the konsole-devel
mailing list