GUI: Unify Yield() calls

This commit is contained in:
Mykola Grymalyuk
2023-05-18 16:06:33 -06:00
parent 300726ea96
commit 11bc64f8e6
7 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class EntryPoint:
logging.info("- Cleaning up wxPython GUI")
self.frame.SetTransparent(0)
wx.GetApp().Yield()
wx.Yield()
self.frame.DestroyChildren()
self.frame.Destroy()