From f6d93fbde9e98a5a116bb30c6c68ec86c7d02c8a Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 21 Sep 2018 15:48:04 -0400 Subject: [PATCH] Turned of Grab Anywhere because want to copy and paste text from window --- Demo_Matplotlib_Browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo_Matplotlib_Browser.py b/Demo_Matplotlib_Browser.py index 17ecb0e5..5ab902a4 100644 --- a/Demo_Matplotlib_Browser.py +++ b/Demo_Matplotlib_Browser.py @@ -876,7 +876,7 @@ layout = [[sg.Text('Matplotlib Plot Test', font=('current 18'))], ] # create the form and show it without the plot -form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI') +form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI', grab_anywhere=False) form.Layout(layout) while True: