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:
commit
d3a97f9191
|
@ -876,7 +876,7 @@ layout = [[sg.Text('Matplotlib Plot Test', font=('current 18'))],
|
||||||
]
|
]
|
||||||
|
|
||||||
# create the form and show it without the plot
|
# 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)
|
form.Layout(layout)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in New Issue