Fix T66747: Active bone not showing in edit-mode

This commit is contained in:
Campbell Barton 2019-07-12 22:23:39 +10:00
parent 325501247d
commit f3848e8e1e
Notes: blender-bot 2023-02-14 05:50:03 +01:00
Referenced by issue #66747, Active selection not showing in armature
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ void update_armature_edit_mode_pointers(const Depsgraph * /*depsgraph*/,
const bArmature *armature_orig = (const bArmature *)id_orig;
bArmature *armature_cow = (bArmature *)id_cow;
armature_cow->edbo = armature_orig->edbo;
armature_cow->act_edbone = armature_orig->act_edbone;
}
void update_curve_edit_mode_pointers(const Depsgraph * /*depsgraph*/,