Fix: disable antialiasing when rasterization is enabled.
This commit is contained in:
@@ -114,6 +114,8 @@ Item{
|
|||||||
|
|
||||||
function handleFontChange(fontSource, pixelSize, lineSpacing, screenScaling, fontWidth){
|
function handleFontChange(fontSource, pixelSize, lineSpacing, screenScaling, fontWidth){
|
||||||
fontLoader.source = fontSource;
|
fontLoader.source = fontSource;
|
||||||
|
|
||||||
|
kterminal.antialiasText = appSettings.rasterization === appSettings.no_rasterization
|
||||||
font.pixelSize = pixelSize;
|
font.pixelSize = pixelSize;
|
||||||
font.family = fontLoader.name;
|
font.family = fontLoader.name;
|
||||||
|
|
||||||
|
|||||||
Submodule qmltermwidget updated: 71f2f3f9f0...b03e96edb5
Reference in New Issue
Block a user