show_stack in case you close the stack window.
This commit is contained in:
@@ -122,6 +122,12 @@ def commands():
|
|||||||
return args
|
return args
|
||||||
|
|
||||||
|
|
||||||
|
def show_stack(*args):
|
||||||
|
stack_window.wm_deiconify()
|
||||||
|
stack_window.update()
|
||||||
|
return args
|
||||||
|
|
||||||
|
|
||||||
def grand_reset(s, e, d):
|
def grand_reset(s, e, d):
|
||||||
stack = world.load_stack() or ()
|
stack = world.load_stack() or ()
|
||||||
log.reset()
|
log.reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user