jiayouxjh / grafx2

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

Color-replacer and polybrushgrab don't refresh the screen in the 2.4 "nolayers" build #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The color-replacer tool affects only one frame (maybe it should affect all, 
like layers ?), and doesn't refresh the screen.
When grabbing a brush with the polyform grabber, using right click to erase the 
grabbed brush, the screen is not refreshed.
These problems are not present in the normal (layers) version.

Original issue reported on code.google.com by yrizoud on 2 Nov 2011 at 1:51

GoogleCodeExporter commented 9 years ago
Both problems are still present in the unified version (layers+anim) when the 
mode is 'animation'.

Original comment by yrizoud on 7 Mar 2012 at 7:34

GoogleCodeExporter commented 9 years ago
Fixed in r1943 and r1944. Note for self: in anim mode, End_of_modification() 
should be called before Display_all_screen() and similar functions.

I left the color-replacer affect only single frame or layer instead of the 
entire image. In case a global replace is needed, at the moment it can already 
be done using the 'Merge' tool in the palette screen.

Original comment by yrizoud on 9 Apr 2012 at 3:03