Changing font properties doesn't reload the terminal.
This commit is contained in:
+4
-3
@@ -152,9 +152,6 @@ ApplicationWindow{
|
||||
}
|
||||
ShaderSettings{
|
||||
id: shadersettings
|
||||
Component.onCompleted: {
|
||||
terminal.loadKTerminal();
|
||||
}
|
||||
}
|
||||
SettingsWindow{
|
||||
id: settingswindow
|
||||
@@ -169,4 +166,8 @@ ApplicationWindow{
|
||||
terminalSize: terminal.terminalSize
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
terminal.loadKTerminal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user