fix for error in simpledeform modifier ui

This commit is contained in:
Matt Ebb 2009-11-27 06:22:55 +00:00
parent 54701e28fb
commit 15087ea783
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ class DATA_PT_modifiers(DataButtonsPanel):
col.label(text="Origin:")
col.prop(md, "origin", text="")
sub = col.column()
sub.active = md.origin
sub.active = (md.origin != "")
sub.prop(md, "relative")
if wide_ui: