make review work

This commit is contained in:
chrys 2018-05-28 22:33:45 +02:00
parent 2fdded00aa
commit b4ce1ecf80

View File

@ -65,7 +65,7 @@ class cursorManager():
self.env['screen']['newCursorReview'] = self.env['screen']['newCursor'].copy()
if self.env['runtime']['settingsManager'].getSettingAsBool('focus', 'highlight') and \
self.env['runtime']['attributeManager'].isAttributeCursorActive():
self.env['screen']['newCursorReview'] = self.env['screen']['newCursorAttrib'].copy()
self.env['screen']['newCursorReview'] = self.env['runtime']['attributeManager'].getCurrAttributeCursor().copy()
def setReviewCursorPosition(self, x, y):
if not self.isReviewMode():