From 317adab6359eb40b0a428c59977bd2e78d711428 Mon Sep 17 00:00:00 2001 From: trigg Date: Thu, 22 Oct 2020 20:37:10 +0000 Subject: [PATCH] - Don't attempt to render from other thread. - Causes race condition on drawing --- discover_overlay/voice_overlay.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discover_overlay/voice_overlay.py b/discover_overlay/voice_overlay.py index 889d0d2..42cc0b7 100644 --- a/discover_overlay/voice_overlay.py +++ b/discover_overlay/voice_overlay.py @@ -301,7 +301,6 @@ class VoiceOverlayWindow(OverlayWindow): self.def_avatar = pix else: self.avatars[identifier] = pix - self.redraw() def draw_avatar(self, context, user, pos_y): """