Commit 35b5688d by BellCodeEditor

save project

parent 85b465f8
Showing with 1 additions and 1 deletions
...@@ -37,7 +37,7 @@ class Note(): # 便签、笔记 ...@@ -37,7 +37,7 @@ class Note(): # 便签、笔记
self.select.place(x=-20,y=self.y-10) self.select.place(x=-20,y=self.y-10)
self.val+=1 self.val+=1
self.y += 30 self.y += 30
def romove(self): def remove(self):
num = self.v.get() num = self.v.get()
alist.pop(num) alist.pop(num)
self.canvas.destroy() self.canvas.destroy()
......
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