From bc441116e27820003bd83a6074fba73f63a9e2dc Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Fri, 26 Dec 2014 23:16:31 +0100 Subject: [PATCH] Enable terminal smoothing when rasterization is not used. --- app/qml/PreprocessedTerminal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/PreprocessedTerminal.qml b/app/qml/PreprocessedTerminal.qml index 7c40c74..e53506d 100644 --- a/app/qml/PreprocessedTerminal.qml +++ b/app/qml/PreprocessedTerminal.qml @@ -83,7 +83,7 @@ Item{ colorScheme: "cool-retro-term" - smooth: false + smooth: appSettings.rasterization === appSettings.no_rasterization enableBold: false fullCursorHeight: true