Fix smooth, reenable antialising and remove few useless lines.

This commit is contained in:
Filippo Scognamiglio
2014-09-13 23:19:00 +02:00
parent 67ea080c2e
commit bc87df170b
3 changed files with 4 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ const ColorEntry base_color_table[TABLE_COLORS] =
// scroll increment used when dragging selection at top/bottom of window.
// static
bool KTerminalDisplay::_antialiasText = false;
bool KTerminalDisplay::_antialiasText = true;
bool KTerminalDisplay::HAVE_TRANSPARENCY = true;
// we use this to force QPainter to display text in LTR mode