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:
authorMatt Ebb <matt@mke3.net>2009-12-10 04:30:47 +0300
committerMatt Ebb <matt@mke3.net>2009-12-10 04:30:47 +0300
commit985c24b0f10da0de347965de0572fb6b715d8f55 (patch)
treebd83fcd65e6611fb3fbeb94b400a55186c0b6717 /source/blender/editors/space_buttons/space_buttons.c
parent653593b5748eb7ca78c74336bca1166ade0bbc75 (diff)
Fix for 'Copy materials to selected' button freezing when using linked geometry
Diffstat (limited to 'source/blender/editors/space_buttons/space_buttons.c')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 9fc24516d2d..6c13a36cdf3 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -274,6 +274,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
case ND_CONSTRAINT:
ED_area_tag_redraw(sa);
break;
+ case ND_DRAW:
case ND_SHADING:
case ND_SHADING_DRAW:
/* currently works by redraws... if preview is set, it (re)starts job */