summaryrefslogtreecommitdiff
path: root/interface/interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'interface/interface.py')
-rw-r--r--interface/interface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/interface.py b/interface/interface.py
index 3ce9aa4..da83a19 100644
--- a/interface/interface.py
+++ b/interface/interface.py
@@ -626,6 +626,7 @@ class Interface:
def chaser_run(self):
self.current_cv.highlight = False
+ self.renderer.clear_hold()
self.chaser_stack.append([c.selected for c in self.chaser_views])
self.handle_show(None)
self.base_run()