Merge pull request #2233 from PySimpleGUI/Dev-latest

Dev latest
This commit is contained in:
PySimpleGUI 2019-11-23 09:14:14 -05:00 committed by GitHub
commit e219197681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 124 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

File diff suppressed because one or more lines are too long