Skip to content

Commit 3012236

Browse files
author
Sam Fries
committed
Fix exception after stopping configure and starting again
1 parent d0e00cf commit 3012236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Packages/vcs/Lib/configurator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ def detach(self):
277277
self.marker_button.detach()
278278
self.marker_button = None
279279

280+
if self.animation_timer is not None:
281+
self.stop_animating()
282+
280283
for listener in self.listeners:
281284
self.interactor.RemoveObserver(listener)
282285

0 commit comments

Comments
 (0)