OSDN Git Service

show_stack in case you close the stack window.
authorSimon Forman <sforman@hushmail.com>
Sun, 10 May 2020 17:42:10 +0000 (10:42 -0700)
committerSimon Forman <sforman@hushmail.com>
Sun, 10 May 2020 17:42:10 +0000 (10:42 -0700)
joy/gui/main.py

index 88eabcc..94d7702 100755 (executable)
@@ -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()