You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It crashed somehow. Not sure whether the map is too large.
Traceback (most recent call last):
File "C:\Users\I310276\AppData\Roaming\Sublime Text 3\Packages\CodeAtlas\CodeViewPy\codeview.py", line 160, in wheelEvent
factor = 1.001 ** event.delta()
AttributeError: 'QWheelEvent' object has no attribute 'delta'
The text was updated successfully, but these errors were encountered:
factor = 1.001 ** event.angleDelta().y() // I'm not sure whether we should use "y()" here. Seems weird when I scrolled the mouse in the frontend. But at least the program would not crash.
It crashed somehow. Not sure whether the map is too large.
Traceback (most recent call last):
File "C:\Users\I310276\AppData\Roaming\Sublime Text 3\Packages\CodeAtlas\CodeViewPy\codeview.py", line 160, in wheelEvent
factor = 1.001 ** event.delta()
AttributeError: 'QWheelEvent' object has no attribute 'delta'
The text was updated successfully, but these errors were encountered: