taikoma / TennisVideoAnalysis

Video analysis tool for tennis
MIT License
30 stars 7 forks source link

Bug that the display color does not return after pressing the button #12

Closed taikoma closed 2 years ago

taikoma commented 2 years ago

image

taikoma commented 2 years ago

Bug fix color does not return after press btn#12 https://github.com/taikoma/TennisVideoAnalysis/commit/767f078c6db3df74d3289806b6774a03ae5ca162 before self.Button1.bind("<Button-1>", self.button1_clicked) after self.Button1.bind("<ButtonRelease-1>", self.button1_clicked)