2.11 Docs

This commit is contained in:
MikeTheWatchGuy 2018-08-29 18:15:59 -04:00
parent 3e8c59d7dd
commit 159d98a2dc
3 changed files with 4 additions and 3 deletions

View file

@ -799,7 +799,6 @@ while True:
form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI', default_button_element_size=(8,2),auto_size_buttons=False)
button, values = form.LayoutAndRead(layout)
print(button, values)
# show it all again and get buttons
while True:
if button is None or button is 'Exit':