[layers] work on layer sharing (still stable)

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1045 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-09-28 21:01:29 +00:00
parent 057d5e76e4
commit 2fd88b81bb
8 changed files with 30 additions and 16 deletions

View File

@@ -507,6 +507,7 @@ void Button_Clear(void)
Hide_current_image_with_stencil(0,Stencil);
else
Hide_current_image(0);
Redraw_layered_image();
Display_all_screen();
End_of_modification();
Unselect_button(BUTTON_CLEAR);
@@ -521,6 +522,7 @@ void Button_Clear_with_backcolor(void)
Hide_current_image_with_stencil(Back_color,Stencil);
else
Hide_current_image(Back_color);
Redraw_layered_image();
Display_all_screen();
End_of_modification();
Unselect_button(BUTTON_CLEAR);