提交 68985fc9 编写于 作者: K Kentaro Wada

Remove Copy of ...

上级 99637765
......@@ -182,7 +182,7 @@ class Shape(object):
self._highlightIndex = None
def copy(self):
shape = Shape("Copy of %s" % self.label )
shape = Shape(self.label)
shape.points= [p for p in self.points]
shape.fill = self.fill
shape.selected = self.selected
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册