Applied a fix by Michael Natterer addressing a problem with the preview in
2004-02-26 Pedro Gimeno <pggimeno@wanadoo.es> * app/file/file-open.c (file_open_image): Applied a fix by Michael Natterer addressing a problem with the preview in the open images list when loading a file.
This commit is contained in:

committed by
Pedro Gimeno Fortea

parent
2db5e0f5c6
commit
738d31d3a4
@ -1,3 +1,9 @@
|
||||
2004-02-26 Pedro Gimeno <pggimeno@wanadoo.es>
|
||||
|
||||
* app/file/file-open.c (file_open_image): Applied a fix by
|
||||
Michael Natterer addressing a problem with the preview in the
|
||||
open images list when loading a file.
|
||||
|
||||
2004-02-26 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpthumbbox.[ch]: renamed some members, cleanup.
|
||||
|
@ -147,6 +147,7 @@ file_open_image (Gimp *gimp,
|
||||
|
||||
gimp_image_invalidate_layer_previews (gimage);
|
||||
gimp_image_invalidate_channel_previews (gimage);
|
||||
gimp_viewable_invalidate_preview (gimage);
|
||||
|
||||
return gimage;
|
||||
}
|
||||
|
Reference in New Issue
Block a user