[layers] Added missing screen refresh on 'Kill page'

git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1051 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-10-01 22:23:54 +00:00
parent 56e62c4b47
commit 416ad0cd78

View File

@ -859,6 +859,7 @@ void Free_current_page(void)
Free_page_of_a_list(Main_backups); Free_page_of_a_list(Main_backups);
Update_buffers(Main_backups->Pages->Width, Main_backups->Pages->Height); Update_buffers(Main_backups->Pages->Width, Main_backups->Pages->Height);
Redraw_layered_image();
// On extrait ensuite les infos sur la nouvelle page courante // On extrait ensuite les infos sur la nouvelle page courante
Download_infos_page_main(Main_backups->Pages); Download_infos_page_main(Main_backups->Pages);