bugfix: disallow font size of 0
[?]
Mar 18, 2023, 2:58 AM
O4RRXNOK7GKGZB2AH3FULDJDQLVSQCQFWZLBMCDGNIRA63OSSMCACDependencies
- [2]
KKMFQDR4editing source code from within the app - [3]
2L5MEZV3experiment: new edit namespace - [4]
KMSL74GAsupport selections in the source editor - [5]
QCPXQ2E3add state arg to a few functions - [6]
OI4FPFINsupport drawings in the source editor - [7]
LF7BWEG4group all editor globals - [8]
H6QZ7GRRmore precise name - [9]
LNUHQOGHstart passing in Editor_state explicitly - [10]
XW7ANEJXswitch shortcuts for bifold text
Change contents
- replacement in source_edit.lua at line 408
edit.update_font_settings(State, State.font_height-2)Text.redraw_all(State)if State.font_height > 2 thenedit.update_font_settings(State, State.font_height-2)Text.redraw_all(State)end - replacement in edit.lua at line 371
edit.update_font_settings(State, State.font_height-2)Text.redraw_all(State)if State.font_height > 2 thenedit.update_font_settings(State, State.font_height-2)Text.redraw_all(State)end