[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user