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:
authorJoshua Leung <aligorith@gmail.com>2009-12-29 14:21:51 +0300
committerJoshua Leung <aligorith@gmail.com>2009-12-29 14:21:51 +0300
commit03819244563df1f876003698f0c64cf49b9cc378 (patch)
tree63ce496a8af9c6739ab4de035b60945ed9c88775 /source/blender/editors/space_buttons/space_buttons.c
parent8db1349c2cf860dd46303505c7dae78855157c99 (diff)
Bugfix #20503: Add constraint (with targets) menu lacks a window refresh
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 7f9c1477ee7..7e51ee2a5e9 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -292,6 +292,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
break;
case ND_CONSTRAINT:
buttons_area_redraw(sa, BCONTEXT_CONSTRAINT);
+ buttons_area_redraw(sa, BCONTEXT_BONE_CONSTRAINT);
break;
case ND_PARTICLE_DATA:
buttons_area_redraw(sa, BCONTEXT_PARTICLE);