This commit is contained in:
PySimpleGUI 2020-04-14 12:57:26 -04:00
parent fe4e39171a
commit b190c364d4
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class GameOfLife:
sg.Text('', size=(3, 1), key='-S2-OUT-')]
]
self.window = sg.Window('John Conway\' Game of Life', layout, finalize=True)
self.window = sg.Window('John Conway\'s Game of Life', layout, finalize=True)
event, values = self.window.read(timeout=0)
self.delay = values['-SLIDER-']
self.window['-S1-OUT-'].update(values['-SLIDER-'])