Fix T67140: transforming bone does not update bone tab in properties editor

This commit is contained in:
Brecht Van Lommel 2019-08-23 13:04:54 +02:00
parent 3d1cb78336
commit 2f8ea1c11e
Notes: blender-bot 2023-02-14 11:18:07 +01:00
Referenced by issue #67140, bone transform value doesn´t updating
1 changed files with 0 additions and 2 deletions

View File

@ -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);