disable toggle option for BGE boolean property, not sure why this was set.

This commit is contained in:
2012-01-26 01:46:16 +00:00
parent c3fe3b1baf
commit 201890d4bb

View File

@@ -68,7 +68,7 @@ class LOGIC_PT_properties(Panel):
row = box.row()
row.prop(prop, "name", text="")
row.prop(prop, "type", text="")
row.prop(prop, "value", text="", toggle=True) # we don't care about the type. rna will display correctly
row.prop(prop, "value", text="")
row.prop(prop, "show_debug", text="", toggle=True, icon='INFO')
row.operator("object.game_property_remove", text="", icon='X', emboss=False).index = i