Changed ReadNonBlocking to Finalize for forms needing to do an Update prior to Read
This commit is contained in:
parent
4f43f7bcaf
commit
21bbb7fca8
12 changed files with 99 additions and 34 deletions
|
@ -16,7 +16,7 @@ def main():
|
|||
# create the form and show it without the plot
|
||||
form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI')
|
||||
form.Layout(layout)
|
||||
form.ReadNonBlocking()
|
||||
form.Finalize()
|
||||
|
||||
canvas = canvas_elem.TKCanvas
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue