GUI: Reset update stage on main menu

This commit is contained in:
Mykola Grymalyuk
2023-05-17 16:07:14 -06:00
parent 451262d50b
commit fecd71ef46

View File

@@ -32,6 +32,8 @@ class MainFrame(wx.Frame):
self.model_label: wx.StaticText = None
self.build_button: wx.Button = None
self.constants.update_stage = gui_support.AutoUpdateStages.INACTIVE
self._generate_elements()
self.SetPosition(screen_location) if screen_location else self.Centre()