Fix own typo in previous commit for dupligroup offset

This commit is contained in:
Sergey Sharybin 2012-04-13 12:51:26 +00:00
parent ff3074b631
commit 11d24cb58f

@ -181,7 +181,7 @@ class OBJECT_PT_groups(ObjectButtonsPanel, Panel):
col.prop(group, "dupli_offset", text="") col.prop(group, "dupli_offset", text="")
props = col.operator("object.dupli_offset_from_cursor", text="From Cursor") props = col.operator("object.dupli_offset_from_cursor", text="From Cursor")
props.index = index props.group = index
index += 1 index += 1