fix another crash when increasing font size too much
Dependencies
- [2]
YXQOITYSMerge lines.love - [*]
2L5MEZV3experiment: new edit namespace - [*]
R2ASHK5Cfix a bad merge
Change contents
- edit in edit.lua at line 207[5.3374][5.3374]
if State.screen_bottom1.line == nil then-- text box is too tiny; we didn't print anythingState.screen_bottom1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}end - edit in edit.lua at line 241
if State.screen_bottom1.line == nil then-- text box is too tiny; we didn't print anythingState.screen_bottom1 = {line=State.screen_top1.line, pos=State.screen_top1.pos}end