CodeEdit
CodeEdit copied to clipboard
🐞 Changing terminal font size in settings does not have immediate effect
Description
Changing terminal font size in settings does not immediately change the terminal font like changing the editor font size does. After restarting CodeEdit the change is correctly honoured.
To Reproduce
- Go to Settings->Terminal
- Disable "Use text editor font"
- Change font size to 15
- Close settings.
- Result: Terminal font stays the same, no change is visible. (Except line height)
- After restarting CodeEdit, the changed terminal font size is correctly used in the terminal window.
Expected Behavior
- Go to Settings->Terminal
- Disable "Use text editor font"
- Change font size to 15
- Terminal font size in terminal window is changed immediately (like changing text editor font size)
- Close settings.
Version Information
CodeEdit: CodeEdit: 0.3.6 (47) macOS: 15.7.1 Xcode: 26.1.1 (17B100)
Additional Context
No response