fixed highlight-mark stuff

--HG--
branch : pmacs2
This commit is contained in:
moculus 2009-05-04 03:12:47 +00:00
parent 9674295203
commit 7430259c12
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ class Application(object):
self.highlight_range(slot, p1, p2, fg, bg)
#self.highlight_range(slot, Point(13, 8), Point(29, 8), 'black', 'magenta')
if not self.highlighted_ranges and self.highlight_mark:
if (self.active_slot == i and not self.highlighted_ranges and self.highlight_mark):
fg, bg = 'black', 'cyan'
cursor = w.logical_cursor()
mark = w.mark