Fix: icon update for Import Images as Planes

This commit is contained in:
Jacques Lucke 2018-11-19 15:57:49 +01:00
parent 55adbe501d
commit acdf63ef0f
1 changed files with 1 additions and 1 deletions

View File

@ -832,7 +832,7 @@ class IMPORT_IMAGE_OT_to_plane(Operator, AddObjectHelper):
else:
box.prop(self, "factor")
box.label(text="Orientation:", icon='MANIPUL')
box.label(text="Orientation:")
row = box.row()
row.enabled = 'CAM' not in self.size_mode
row.prop(self, "align_axis")