jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Palette changes that modify the pixels can't be undone #514

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When the image is in "animation" mode, no matter the number of frames, there is 
a bug in the Palette screen that can make the changes non undoable: If you use 
any function that causes a remap (x-inv, x-swap, reduce, sort), the remap is 
performed not only on the current "History" step of all the frames, but also on 
the previous history step of the current frame. Then if you hit Cancel to close 
the window, or if you press OK and immediately Undo, the image appears 
completely corrupted.

This bug was probably present since the "no layers" variant, but it's really 
prominent in 2.4

Original issue reported on code.google.com by yrizoud on 15 Oct 2012 at 6:31

GoogleCodeExporter commented 9 years ago
Fixed in r2034

Original comment by yrizoud on 16 Oct 2012 at 12:11