Fix T96030: Update Image editor after reload.

This commit is contained in:
Jeroen Bakker 2022-03-01 11:04:09 +01:00
parent a5214212cf
commit eec1c16200
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by issue #96030, Image Editor doesn't update when image is changed unless user moves the view
1 changed files with 1 additions and 0 deletions

View File

@ -3585,6 +3585,7 @@ static void image_tag_reload(Image *ima, ID *iuser_id, ImageUser *iuser, void *c
/* Must copy image user changes to CoW data-block. */
DEG_id_tag_update(iuser_id, ID_RECALC_COPY_ON_WRITE);
}
BKE_image_partial_update_mark_full_update(ima);
}
}