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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-23 14:04:54 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-08-23 14:04:54 +0300
commit2f8ea1c11e1065984013b02f7dea3051705411ea (patch)
tree83068c32a8cbeeda6a36d7622dcba6d0d7cfe3ae /source/blender/editors
parent3d1cb783362722d9567289b150aeaf37573f1393 (diff)
Fix T67140: transforming bone does not update bone tab in properties editor
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index e3a2a4423f0..23c224f5ae0 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -398,8 +398,6 @@ static void buttons_area_listener(wmWindow *UNUSED(win),
buttons_area_redraw(sa, BCONTEXT_DATA); /* autotexpace flag */
break;
case ND_POSE:
- buttons_area_redraw(sa, BCONTEXT_DATA);
- break;
case ND_BONE_ACTIVE:
case ND_BONE_SELECT:
buttons_area_redraw(sa, BCONTEXT_BONE);