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

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