Fix [#23716] Add background image broken

Reported by Josh Wedlake
This commit is contained in:
Nathan Letwory 2010-09-07 20:27:40 +00:00
parent 115b256738
commit 20ca4b188d

@ -2165,7 +2165,7 @@ class VIEW3D_PT_background_image(bpy.types.Panel):
if bg.image:
row.prop(bg.image, "name", text="", emboss=False)
else:
row.label(label="Not Set")
row.label(text="Not Set")
row.operator("view3d.remove_background_image", text="", emboss=False, icon='X').index = i
box.prop(bg, "view_axis", text="Axis")