提交 ae2f8aa5 编写于 作者: K Kentaro Wada

Reset self.hShape in Canvas

上级 7cba9aab
......@@ -722,6 +722,7 @@ class Canvas(QtWidgets.QWidget):
self.shapes.extend(shapes)
self.storeShapes()
self.current = None
self.hShape = None
self.repaint()
def setShapeVisible(self, shape, value):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册