Fix issue 483 : Saving layers/anim as non-GIF saves only layer/frame 0. Now with anim it asks confirm then saves current frame, and for layers it allows saving current layer or flattened copy.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1950 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-05-08 15:39:48 +00:00
parent 21659e9aee
commit 2afad0b550
2 changed files with 59 additions and 5 deletions

View File

@@ -3493,7 +3493,7 @@ void Button_Save(void)
Save_picture(1);
}
/// Save main image over existing file (no fileselector)
void Button_Autosave(void)
{
byte old_cursor_shape;