prevent error when trying to close HUD that has already gone
This commit is contained in:
@@ -81,6 +81,7 @@ class HUD_main(object):
|
||||
|
||||
def kill_hud(self, event, table):
|
||||
# called by an event in the HUD, to kill this specific HUD
|
||||
if table in self.hud_dict:
|
||||
self.hud_dict[table].kill()
|
||||
self.hud_dict[table].main_window.destroy()
|
||||
self.vb.remove(self.hud_dict[table].tablehudlabel)
|
||||
|
||||
Reference in New Issue
Block a user