From 2e3d812d37b3b2178fa632f26a57bff50209fea0 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Thu, 30 May 2019 13:13:07 -0400 Subject: [PATCH] More showing --- PySimpleGUI.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 372ef808..8dd41584 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -6246,6 +6246,9 @@ def StartupTK(my_flex_form:Window): root = tk.Toplevel() root.bind('', show_debugger_window) + # root.bind('', show_debugger_popout_window) + root.bind('', Debugger._build_floating_window) + try: root.attributes('-alpha', 0) # hide window while building it. makes for smoother 'paint' except: