Commit 7cf1014a by BellCodeEditor

save project

parent b5bf927c
Showing with 2 additions and 2 deletions
...@@ -46,9 +46,9 @@ class Note(): # 便签、笔记 ...@@ -46,9 +46,9 @@ class Note(): # 便签、笔记
self.y += 30 self.y += 30
def move(self): def move(self):
num = self.v.get() num = self.val.get()
alist.pop(num) alist.pop(num)
self.canvas.destory() self.canvas.destroy()
app.show() app.show()
app = Note() app = Note()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment