Kill aux windows when killing the HUD.
This commit is contained in:
@@ -50,6 +50,9 @@ class Aux_Window:
|
||||
def update_gui(self):
|
||||
pass
|
||||
|
||||
def destroy(self):
|
||||
self.container.destroy()
|
||||
|
||||
class Stud_mucked(Aux_Window):
|
||||
def __init__(self, container, hud, config, params):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user