projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Missed notifier was found when looking at #28393
[blender-staging.git]
/
source
/
blender
/
editors
/
space_buttons
/
space_buttons.c
diff --git
a/source/blender/editors/space_buttons/space_buttons.c
b/source/blender/editors/space_buttons/space_buttons.c
index e2d80e9e7758a8b02693ba095a0298dcf696cdbf..ef927fd69fc9cb31eef2a2fae8d196e0299c97fb 100644
(file)
--- a/
source/blender/editors/space_buttons/space_buttons.c
+++ b/
source/blender/editors/space_buttons/space_buttons.c
@@
-269,6
+269,7
@@
static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
buttons_area_redraw(sa, BCONTEXT_DATA); /* autotexpace flag */
break;
case ND_POSE:
+ buttons_area_redraw(sa, BCONTEXT_DATA);
case ND_BONE_ACTIVE:
case ND_BONE_SELECT:
buttons_area_redraw(sa, BCONTEXT_BONE);