Core: Fix stale thumbnails after mode conversion

This commit is contained in:
v4vansh 2026-04-03 13:52:01 +05:30
parent 60d8c4cbbe
commit 620850715e

View file

@ -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