GUI: undo, part 2

This commit is contained in:
tildearrow 2021-12-26 18:28:06 -05:00
parent 114ee9a7e4
commit cea595bfb8
2 changed files with 42 additions and 4 deletions

View file

@ -95,7 +95,7 @@ struct UndoPatternData {
chan(c),
pat(p),
row(r),
col(c),
col(co),
oldVal(v1),
newVal(v2) {}
};