Fix syntax error

This commit is contained in:
PySimpleGUI 2019-11-23 09:13:53 -05:00
parent d5ec080b9a
commit 3e087d86df
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def show_win():
alpha_channel=0, finalize=True)
for i in range(100):
window.eet_alpha(i/100)
window.set_alpha(i/100)
time.sleep(.01)
while True: # Event Loop