UI: Fix error in camera property panel

This commit is contained in:
Clément Foucault
2018-07-26 12:28:12 +02:00
parent 0093212be9
commit 5f5fd4c143

View File

@@ -88,7 +88,7 @@ class DATA_PT_lens(CameraButtonsPanel, Panel):
if cam.lens_unit == 'MILLIMETERS':
col.prop(cam, "lens")
elif cam.lens_unit == 'FOV':
row.prop(cam, "angle")
col.prop(cam, "angle")
col.prop(cam, "lens_unit")
elif cam.type == 'ORTHO':