[Bf-blender-cvs] [ed2204933ad] blender2.8: Fix typo in empty image drawing

Campbell Barton noreply at git.blender.org
Fri Jul 6 10:01:49 CEST 2018


Commit: ed2204933ad2a8f5b012ebc457c2e2576b006cac
Author: Campbell Barton
Date:   Fri Jul 6 10:01:05 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBed2204933ad2a8f5b012ebc457c2e2576b006cac

Fix typo in empty image drawing

===================================================================

M	release/scripts/startup/bl_ui/properties_data_empty.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_data_empty.py b/release/scripts/startup/bl_ui/properties_data_empty.py
index 1da3d9621aa..ab12d0f5c5f 100644
--- a/release/scripts/startup/bl_ui/properties_data_empty.py
+++ b/release/scripts/startup/bl_ui/properties_data_empty.py
@@ -50,7 +50,7 @@ class DATA_PT_empty(DataButtonsPanel, Panel):
             row = layout.row(align=True)
 
             layout.prop(ob, "color", text="Transparency", index=3, slider=True)
-            col = layout.col(align=True)
+            col = layout.column(align=True)
             col.prop(ob, "empty_image_offset", text="Offset X", index=0)
             col.prop(ob, "empty_image_offset", text="Y", index=1)



More information about the Bf-blender-cvs mailing list