mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-19 22:00:00 +10:00
GUI: Unify Yield() calls
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user