diff -r cf5ef4c0deff -r 9fd29e8b1393 editors/Viewer.py --- a/editors/Viewer.py Mon Oct 02 12:43:01 2017 +0300 +++ b/editors/Viewer.py Mon Oct 02 13:19:06 2017 +0300 @@ -810,7 +810,6 @@ def SetCurrentCursor(self, cursor): if self.Mode != MODE_MOTION: - global CURSORS if self.CurrentCursor != cursor: self.CurrentCursor = cursor self.Editor.SetCursor(CURSORS[cursor])