Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-09-08 14:31:00 +0400
committerTon Roosendaal <ton@blender.org>2008-09-08 14:31:00 +0400
commit6a83746fb33d3803b212a26ca72882d55127009d (patch)
tree4ca4e49b3dda10e053164c476de6f1bdbfb415ad /source/blender/src/buttons_shading.c
parentce7caf203d81168b06f815464c4ae2fa6179a302 (diff)
Bugfix #17305
3d window didn't refresh correctly when loading a new background image. Fix by Ken Hughes. :)
Diffstat (limited to 'source/blender/src/buttons_shading.c')
-rw-r--r--source/blender/src/buttons_shading.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 3f65f686e93..6d5e1a62ad4 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -211,6 +211,7 @@ static void load_image_cb(char *str, void *ima_pp_v, void *iuser_v) /* called fr
if(GS(tex->id.name)==ID_TE) {
BIF_preview_changed(ID_TE);
allqueue(REDRAWBUTSSHADING, 0);
+ allqueue(REDRAWVIEW3D, 0);
allqueue(REDRAWOOPS, 0);
}
}