1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-16 10:19:57 +00:00

Fixed undo with fill tool

This commit is contained in:
LDDestroier 2018-10-26 13:39:21 -04:00 committed by GitHub
parent d02ee82e20
commit 9d390e753a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1595,6 +1595,7 @@ local fillTool = function(_frame,cx,cy,dot) -- "_frame" is the frame NUMBER
end
end
paintEncoded = clearAllRedundant(paintEncoded)
saveToUndoBuffer()
end
local boxCharSelector = function()