bugfix: autosave and undo in a couple of cases
[?]
Jun 12, 2022, 3:47 AM
TVM2WIHHCOTGYGJ4EL6MIUVH22Y4TU3HHHUFWAVVJQAT2ARCA2NQCDependencies
- [2]
7SFHSB47rename - [3]
65XHTZEKregression: couldn't do many drawing operations because line.y was reset - [*]
OTIBCAUJlove2d scaffold - [*]
XNFTJHC4split keyboard handling between Text and Drawing - [*]
252M2QMDforgot to move this special case out - [*]
BYG5CEMVsupport for naming points
Change contents
- edit in main.lua at line 451
local drawing_index, drawing = Drawing.current_drawing()local before = snapshot(drawing_index) - edit in main.lua at line 454
record_undo_event({before=before, after=snapshot(drawing_index)})save_to_disk(Lines, Filename) - edit in main.lua at line 472[8.556][2.48]
local before = snapshot(Lines.current_drawing_index) - edit in main.lua at line 482[8.899][8.899]
record_undo_event({before=before, after=snapshot(Lines.current_drawing_index)})