Revert to old Centre logic

This commit is contained in:
Mykola Grymalyuk
2023-05-29 12:46:28 -06:00
parent 2435ea747c
commit 6ab297423e
9 changed files with 8 additions and 59 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class UpdateFrame(wx.Frame):
self.parent.Centre()
self.screen_location = parent.GetScreenPosition()
else:
gui_support.Centre(self, self.constants)
self.Centre()
self.screen_location = self.GetScreenPosition()