(layers branch) Adjust tool implemented. Left click and drag to move a single layer, Right-click and drag to move everything.
git-svn-id: svn://pulkomandy.tk/GrafX2/branches/layers@1041 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
pages.c
4
pages.c
@@ -735,7 +735,7 @@ void Exchange_main_and_spare(void)
|
||||
|
||||
void End_of_modification(void)
|
||||
{
|
||||
/*
|
||||
|
||||
Update_visible_page_buffer(1, Main_image_width, Main_image_height);
|
||||
memcpy(Visible_image[1].Image,
|
||||
Visible_image[0].Image,
|
||||
@@ -744,7 +744,7 @@ void End_of_modification(void)
|
||||
Main_screen=Visible_image[0].Image;
|
||||
|
||||
Download_infos_backup(Main_backups);
|
||||
|
||||
/*
|
||||
Last_backed_up_layers = 0;
|
||||
Backup();
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user