bugfix: update output font (and menus)
Dependencies
- [2]
UUAIVZ4U2 bugfixes in font rendering - [3]
IUOZ4YHCuse the obvious name for the font global - [4]
FQAZKPOObugfix: infinite loop if window is too narrow - [5]
IQW6KIILbugfix: changing font size - [6]
OE26XIQObring back syntax highlighting (but so ugly) - [7]
YV2GBDNWpreserve settings across restart - [8]
PRE6XPRNresponsively increase/decrease font height
Change contents
- edit in 0032-update_font_settings at line 3
Line_height = math.floor(Font_height*1.3) - edit in 0032-update_font_settings at line 6
Line_height = math.floor(font_height*1.3) - replacement in 0032-update_font_settings at line 17
edit.update_font_settings(pane.editor_state, font_height)edit.update_font_settings(pane.editor_state, Font_height) - edit in 0032-update_font_settings at line 19
edit.update_font_settings(pane.output_editor_state, Font_height)