Skip to content

Commit

Permalink
1.2.2rc17 再次修复窗口层级bug Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginsakura committed Jun 25, 2023
1 parent 07cf8c4 commit 627a474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HitDelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def UpdateWindowInfo(self):
self.delayHistory.column("AvgDelay",anchor="e",width=90)
self.delayHistory.column("AvgAcc",anchor="e",width=90)
self.delayHistory.bind("<Double-1>",self.HistoryDraw)
self.delayHistory.bind("<Button-3>",self.ShowHistoryInfo)
self.delayHistory.bind("<ButtonPress-1>",self.ShowHistoryInfo)

self.subroot.update()
# self.subroot.after(500,self.UpdateWindowInfo)
Expand Down

0 comments on commit 627a474

Please # to comment.