trunk: Continued the handling of multiple effect on single shortcuts. Multiple window-open work (one after an other), and the restriction on shortcuts that are disabled while drawing is now applied correctly.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1063 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-10-06 23:24:00 +00:00
parent 5fd28bdd3b
commit 6f8223b09b
5 changed files with 82 additions and 94 deletions

View File

@@ -1488,7 +1488,7 @@ void Button_Copy_page(void)
Copy_image_only();
if (clicked_button==5)
Remap_picture();
Remap_spare();
if (clicked_button!=2) // copie de la palette
memcpy(Spare_palette,Main_palette,sizeof(T_Palette));