Fix T54805: Bones are white in edit mode

This commit is contained in:
Dalai Felinto 2018-05-03 16:17:45 +02:00
parent d8b43a8066
commit 14f2a1c8e8
Notes: blender-bot 2023-02-14 09:36:46 +01:00
Referenced by issue #54805, Bones are white in edit mode
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ int DRW_object_wire_theme_get(Object *ob, ViewLayer *view_layer, float **r_color
if (r_color != NULL) {
switch (theme_id) {
case TH_WIRE_EDIT: *r_color = ts.colorTransform; break;
case TH_WIRE_EDIT: *r_color = ts.colorWireEdit; break;
case TH_ACTIVE: *r_color = ts.colorActive; break;
case TH_SELECT: *r_color = ts.colorSelect; break;
case TH_GROUP: *r_color = ts.colorGroup; break;