Merge pull request #899 from dortania/helper-fix

Resolve OCLP-Helper dyld crash
This commit is contained in:
Mykola Grymalyuk
2022-01-21 12:33:51 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -1139,7 +1139,7 @@ class wx_python_gui:
sys.stdout = self.stock_stdout
self.download_label.SetLabel(f"Finished Downloading {installer_name}")
self.download_label.Centre(wx.HORIZONTAL)
wx.App.Get().Yield()
# Update Label:
sys.stdout=menu_redirect.RedirectLabelAll(self.download_label)
sys.stderr=menu_redirect.RedirectLabelAll(self.download_label)

Binary file not shown.