Merge pull request #294 from MikeTheWatchGuy/Dev-latest

Turned of Grab Anywhere because want to copy and paste text from window
This commit is contained in:
MikeTheWatchGuy 2018-09-21 15:48:50 -04:00 committed by GitHub
commit d3a97f9191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: