mirror of
https://github.com/TriM-Organization/Linglun-Converter.git
synced 2025-09-06 12:46:28 +00:00
走你
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user