diff --git a/release/scripts/ui/properties_object.py b/release/scripts/ui/properties_object.py index a2637f7924b..5072abd4ab1 100644 --- a/release/scripts/ui/properties_object.py +++ b/release/scripts/ui/properties_object.py @@ -214,6 +214,7 @@ class OBJECT_PT_display(ObjectButtonsPanel): col.prop(ob, "draw_name", text="Name") col.prop(ob, "draw_axis", text="Axis") col.prop(ob, "draw_wire", text="Wire") + col.prop(ob, "color", text="") if wide_ui: col = split.column()