Browse Source

Update cursor_coordinates.py

master
Unbewohnte 4 years ago committed by GitHub
parent
commit
6fc4f66245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cursor_coordinates.py

2
cursor_coordinates.py

@ -10,8 +10,6 @@ def cursor():
label2.place(x = 220, y = 350, height = 50, width = 165)
label2.after(60, cursor)
buttonyes = False
BigX = False
BigY = False
if buttonyes == False:
button1.destroy()
labelx = Label(root, text = 'X', font=('Arial Bold',20))

Loading…
Cancel
Save