mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-24 03:50:14 +10:00
GUI: Move Centre() to after init
This commit is contained in:
@@ -43,7 +43,6 @@ class SysPatchStartFrame(wx.Frame):
|
|||||||
|
|
||||||
super(SysPatchStartFrame, self).__init__(parent, title=title, size=(350, 200), style=wx.DEFAULT_FRAME_STYLE & ~(wx.RESIZE_BORDER | wx.MAXIMIZE_BOX))
|
super(SysPatchStartFrame, self).__init__(parent, title=title, size=(350, 200), style=wx.DEFAULT_FRAME_STYLE & ~(wx.RESIZE_BORDER | wx.MAXIMIZE_BOX))
|
||||||
gui_support.GenerateMenubar(self, self.constants).generate()
|
gui_support.GenerateMenubar(self, self.constants).generate()
|
||||||
self.Centre()
|
|
||||||
|
|
||||||
if self.patches == {}:
|
if self.patches == {}:
|
||||||
self.patches = sys_patch_detect.DetectRootPatch(self.constants.computer.real_model, self.constants).detect_patch_set()
|
self.patches = sys_patch_detect.DetectRootPatch(self.constants.computer.real_model, self.constants).detect_patch_set()
|
||||||
@@ -209,6 +208,7 @@ class SysPatchStartFrame(wx.Frame):
|
|||||||
dialog.SetSize((-1, return_button.GetPosition().y + return_button.GetSize().height + 33))
|
dialog.SetSize((-1, return_button.GetPosition().y + return_button.GetSize().height + 33))
|
||||||
self.frame_modal = dialog
|
self.frame_modal = dialog
|
||||||
dialog.ShowWindowModal()
|
dialog.ShowWindowModal()
|
||||||
|
self.Centre()
|
||||||
|
|
||||||
|
|
||||||
def start_root_patching(self):
|
def start_root_patching(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user