mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-10-29 22:24:54 +00:00
Fix smooth, reenable antialising and remove few useless lines.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user