Fix second part of issue 459 : In anim mode, polybrush-grab with the right mouse button didn't clear the cut area.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1944 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-04-09 14:55:44 +00:00
parent 064bbebc5b
commit 6316fc2add
2 changed files with 6 additions and 3 deletions

View File

@@ -1299,6 +1299,9 @@ void Capture_brush_with_lasso(int vertices, short * points,short clear)
}
}
}
if (clear)
Update_part_of_screen(start_x,start_y,end_x-start_x+1,end_y-start_y+1);
// Grab palette
memcpy(Brush_original_palette, Main_palette,sizeof(T_Palette));
// Init colormap