From 8e84b218d52f5f0cd03bb0d3f34fc16d4b402b7f Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sun, 5 Jun 2022 14:14:49 -0400 Subject: [PATCH] fixed typo in release notes --- PySimpleGUI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index cfd88f91..f9313b62 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -71,7 +71,7 @@ _change_log = """ Applied same Mac file_types fix to popup_get_file Removed filetypes setting from Mac Feature Control Panel 4.60.0.29 - Addition of enable_config_events to the Window object. This will cause a EVENT_WIMDOW_CONFIG event to be returned + Addition of enable_window_config_events to the Window object. This will cause a EVENT_WIMDOW_CONFIG event to be returned if the window is moved or resized. """ @@ -25080,4 +25080,4 @@ if __name__ == '__main__': exit(0) main() exit(0) -def get_signature(): return b"U\xb4m;i\xbf\xbdo`r\xb3\xfcQjxJ\xfa1?O\xb2\x91\xbfV\x8c\xd0\x02\xa7-hb\x15\x94\xaf\x86\x90^\xb5\x1d\x11\xfe\x86\xb3ky1\x9e\xdaE:z\xeeE\xf3|\x8e\xf0\x03\xb6\xa4\xa2\xb6pT\x89L\xd2\x0e\xf6v\x88\xf8\x93' \x86b\xd9\xea\xaau\x15\xed\xef\xd5\xcf.\x94g\x12\x87f\xc7\x87\x87\x1d\x83\x9f\x94z-&\xfc#@\xc2~<..\xd3\xe4?\x81\xafo\xc9\xe98\xe2\x1dk\xc0f\xaf\xd7\x03\xde" \ No newline at end of file +def get_signature(): return b'*\xdf\xec\xf9M^b\xfal\xfa^\xdd\xb1k\x97\x8bp`\xe8\xf1\xf1\x90b\xcb,\x89)\x88\x86\\\xe3X\x9b\xd5\xef\x17R\x86\x9b\xa62l8\x12a\xd6\x1e\xfcc=\xa2?\xe5Aw\x02XbN\x9f`\xaa\xbe\xff\xeb\x0f\x7f\xe5\x02\x86\xd5\xdc\x89\xafV*D6\xbf\x1b\x13Xb\x1a@\xden\xbd\xae\xd9\x1d\x08\x9a\xb2$hyZ9Hvk\x92\xe9\x19\x0f\xb78S\xf69=\xd0T{p\x8f\n\xaf3\x89\xb4D#ae1l' \ No newline at end of file