POSE_OT_rotation_mode_set: Adding missing notifier

Otherwise the space button does not redraw.
This commit is contained in:
Dalai Felinto 2018-10-12 14:56:13 -03:00
parent 3b9b6a80ba
commit 299b51dc83
1 changed files with 1 additions and 0 deletions

View File

@ -844,6 +844,7 @@ static int pose_bone_rotmode_exec(bContext *C, wmOperator *op)
/* Notifiers and updates. */
DEG_id_tag_update((ID *)ob, OB_RECALC_DATA);
WM_event_add_notifier(C, NC_OBJECT | ND_TRANSFORM, ob);
WM_event_add_notifier(C, NC_OBJECT | ND_BONE_SELECT, ob);
prev_ob = ob;
}
}