Error is:
20 Traceback (most recent call last):
21 File "/usr/local/lib/python2.7/dist-packages/snakefire/mainframe.py", line 915, in autoScroll
22 active_room["frame"].scroll(0, size.height())
23 AttributeError: 'NoneType' object has no attribute 'scroll'
24 Traceback (most recent call last):
25 File "/usr/local/lib/python2.7/dist-packages/snakefire/mainframe.py", line 915, in autoScroll
26 active_room["frame"].scroll(0, size.height())
27 AttributeError: 'NoneType' object has no attribute 'scroll'
My guess is somethign in the configuration. How do I revert any configuration changes?
Error is:
20 Traceback (most recent call last):
21 File "/usr/local/lib/python2.7/dist-packages/snakefire/mainframe.py", line 915, in autoScroll
22 active_room["frame"].scroll(0, size.height())
23 AttributeError: 'NoneType' object has no attribute 'scroll'
24 Traceback (most recent call last):
25 File "/usr/local/lib/python2.7/dist-packages/snakefire/mainframe.py", line 915, in autoScroll
26 active_room["frame"].scroll(0, size.height())
27 AttributeError: 'NoneType' object has no attribute 'scroll'
My guess is somethign in the configuration. How do I revert any configuration changes?