Turned of Grab Anywhere because want to copy and paste text from window

This commit is contained in:
MikeTheWatchGuy 2018-09-21 15:48:04 -04:00
parent 5646ff8786
commit f6d93fbde9
1 changed files with 1 additions and 1 deletions

View File

@ -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: