提交 ba475461 编写于 作者: I IlyaOvodov 提交者: Kentaro Wada

Fix #408 Undo works only once

(it worked only 1 time, then go in cycles on the latest backup)

Close https://github.com/wkentaro/labelme/pull/409
上级 86133e46
......@@ -109,7 +109,6 @@ class Canvas(QtWidgets.QWidget):
self.shapesBackups.pop() # latest
shapesBackup = self.shapesBackups.pop()
self.shapes = shapesBackup
self.storeShapes()
self.repaint()
def enterEvent(self, ev):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册