소스 검색

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

불러오는 중...
취소
저장