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();
}