Core: Fix stale thumbnails after mode conversion
This commit is contained in:
parent
60d8c4cbbe
commit
620850715e
1 changed files with 2 additions and 0 deletions
|
|
@ -1388,6 +1388,8 @@ static void
|
|||
gimp_image_real_mode_changed (GimpImage *image)
|
||||
{
|
||||
gimp_projectable_structure_changed (GIMP_PROJECTABLE (image));
|
||||
|
||||
gimp_color_managed_profile_changed (GIMP_COLOR_MANAGED (image));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue