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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user