From 2ce265bb67bad78a84524a8fdca1bc19d6a171aa Mon Sep 17 00:00:00 2001 From: Matt Ebb <matt@mke3.net> Date: Tue, 24 Aug 2004 08:36:02 +0000 Subject: [PATCH] Small modification to redraw the 3D View when an image is reloaded. --- source/blender/src/header_image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/header_image.c b/source/blender/src/header_image.c index 676f49c3747..51cfcccfcb3 100644 --- a/source/blender/src/header_image.c +++ b/source/blender/src/header_image.c @@ -683,6 +683,7 @@ static void do_image_imagemenu(void *arg, int event) image_changed(G.sima, 0); } allqueue(REDRAWIMAGE, 0); + allqueue(REDRAWVIEW3D, 0); break; } } -- GitLab