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

Fix: font was not updated when profile changed.

This commit is contained in:
Filippo Scognamiglio 2014-12-24 15:41:08 +01:00
parent 4d3c16fabc
commit 04a6365349

View File

@ -63,7 +63,7 @@ Tab{
}
Connections{
target: appSettings
onRasterizationChanged: fontChanger.updateIndex();
onTerminalFontChanged: fontChanger.updateIndex();
}
Component.onCompleted: updateIndex();
}