show_stack in case you close the stack window.

This commit is contained in:
Simon Forman 2020-05-10 10:42:10 -07:00
parent 48e0462610
commit 354539c5f4
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@ def commands():
return args
def show_stack(*args):
stack_window.wm_deiconify()
stack_window.update()
return args
def grand_reset(s, e, d):
stack = world.load_stack() or ()
log.reset()