mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-01 23:52:06 +00:00
Use window scaling parameter for framebuffer size.
This commit is contained in:
@@ -155,7 +155,7 @@ QtObject{
|
||||
if (index === undefined) return;
|
||||
|
||||
fontManager.item.selectedFontIndex = index;
|
||||
fontManager.item.scaling = totalFontScaling * windowScaling;
|
||||
fontManager.item.scaling = totalFontScaling;
|
||||
|
||||
var fontSource = fontManager.item.source;
|
||||
var pixelSize = fontManager.item.pixelSize;
|
||||
|
||||
Reference in New Issue
Block a user