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: