Fixed the 'Save as' not updating the current file's name (bug 289) and ignoring the selected format (!). When going to parent directory, the origin is now highlighted. When 'Saving as', the original file is highlighted. In DPaint skin, fixed the layer order arrows which were reversed, and made the default BG color 0, as it's more consistent with empty images which are filled with 0.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1275 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-01-18 02:13:20 +00:00
parent 8d2e0642e6
commit 357f8b37ef
4 changed files with 24 additions and 12 deletions

View File

@@ -822,12 +822,10 @@ void Save_image(T_IO_Context *context)
format->Save(context);
if (File_error)
{
Error(0);
//else
//{
// if ((image) && !(Get_fileformat(Main_fileformat)->Palette_only))
// Main_image_is_modified=0;
//}
return;
}
}