Skip to content

Commit

Permalink
Clear button now clears the image
Browse files Browse the repository at this point in the history
  • Loading branch information
kruemmelbande committed Jan 21, 2023
1 parent 5e3aaa9 commit b5d21a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beatTrainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def on_clear_button_click():
play_button['state'] = 'disable'
update_button['state'] = 'disable'
beatmap_label.config(text="No beatmap loaded")
img_label.image = None

def on_update_button_click():
#get file path for update
Expand Down

0 comments on commit b5d21a9

Please sign in to comment.