1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-05 18:40:49 +01:00

Fix font slider misbehaving.

This commit is contained in:
Filippo Scognamiglio 2019-01-17 22:23:54 +01:00
parent b961109623
commit f98fd5a7ad

View File

@ -134,7 +134,7 @@ QtObject{
property FontLoader fontLoader: FontLoader { }
onFontScalingChanged: handleFontChanged();
onTotalFontScalingChanged: handleFontChanged();
onFontWidthChanged: handleFontChanged();
function getIndexByName(name) {