瀏覽代碼

Update props.py

Fix for "Text has no default property" in issue #118
pull/120/head
mrillies GitHub 8 年之前
父節點
當前提交
899af8bfa1
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      modules/core/props.py

+ 2
- 1
modules/core/props.py 查看文件

@@ -22,6 +22,7 @@ class Property(object):
PropertyType.__init__(self)
self.label = label
self.configurable = configurable
self.default_value = default_value
self.description = description

class Actor(PropertyType):
@@ -64,4 +65,4 @@ class StepProperty(Property):
PropertyType.__init__(self)
self.label = label
self.configurable = True
self.description = description
self.description = description

Loading…
取消
儲存