summaryrefslogtreecommitdiff
path: root/interface/interface.py
diff options
context:
space:
mode:
authorBen Connors <benconnors@outlook.com>2019-11-14 14:22:45 -0500
committerBen Connors <benconnors@outlook.com>2019-11-14 14:22:45 -0500
commit20da984d08c414f49f6a64cd3d68be68fd0246bb (patch)
tree2bf39de13c03e5a192f90bd3e46e5767e52c8f69 /interface/interface.py
parente49202ba923b9a7f9171df1967652320222b69db (diff)
Some bugfixes
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()