Test custom centreing again

This commit is contained in:
Mykola Grymalyuk
2023-05-29 11:14:37 -06:00
parent d0eac893fe
commit 2435ea747c
9 changed files with 56 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ class BuildFrame(wx.Frame):
if self.constants.update_stage != gui_support.AutoUpdateStages.INACTIVE:
self.constants.update_stage = gui_support.AutoUpdateStages.BUILDING
self.Centre()
gui_support.Centre(self, self.constants)
self.frame_modal.ShowWindowModal()
self._invoke_build()