Call Finalize
This commit is contained in:
parent
21bbb7fca8
commit
3c57788f77
|
@ -130,7 +130,7 @@ def pong():
|
||||||
# ------------- Create window -------------
|
# ------------- Create window -------------
|
||||||
form = sg.FlexForm('Canvas test', return_keyboard_events=True)
|
form = sg.FlexForm('Canvas test', return_keyboard_events=True)
|
||||||
form.Layout(layout)
|
form.Layout(layout)
|
||||||
form.ReadNonBlocking() # TODO Replace with call to form.Finalize once code released
|
form.Finalize() # TODO Replace with call to form.Finalize once code released
|
||||||
|
|
||||||
# ------------- Get the tkinter Canvas we're drawing on -------------
|
# ------------- Get the tkinter Canvas we're drawing on -------------
|
||||||
canvas = form.FindElement('canvas').TKCanvas
|
canvas = form.FindElement('canvas').TKCanvas
|
||||||
|
|
Loading…
Reference in New Issue