This commit is contained in:
2023-11-04 22:24:02 +08:00
parent 36daf19407
commit 7fad110d47
10 changed files with 1675 additions and 231 deletions

View File

@ -717,9 +717,9 @@ class LingLunMainFrame(wx.Frame):
def onYanlunWheeled(self, event):
if event.GetWheelRotation() < 0:
self.yanlun_now -= 1
else:
self.yanlun_now += 1
else:
self.yanlun_now -= 1
self.yanlun_now += (
-yanlun_length
if self.yanlun_now >= yanlun_length