“4d4ec8e7173cf28cc9ea4cecf13047d46c6a4704”上不存在“source/libs/transport/git@gitcode.net:taosdata/tdengine.git”
提交 d69a087e 编写于 作者: 赛佬的小迷弟's avatar 赛佬的小迷弟

Modify the bug

上级 42230e04
......@@ -704,8 +704,9 @@ class Canvas(QWidget):
def keyPressEvent(self, ev):
key = ev.key()
shapesBackup = []
shapesBackup = copy.deepcopy(self.shapes)
if len(shapesBackup) == 0:
return
self.shapesBackups.pop()
self.shapesBackups.append(shapesBackup)
if key == Qt.Key_Escape and self.current:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册