diff --git a/docs/call reference.md b/docs/call reference.md index 898e542a..898641dd 100644 --- a/docs/call reference.md +++ b/docs/call reference.md @@ -7583,8 +7583,6 @@ Parameter Descriptions: |--|--|--| | str | tooltip_text | the text to show in tooltip. | -### TKOut - ### Update Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior diff --git a/docs/index.md b/docs/index.md index 132e4406..6a9cd999 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10164,6 +10164,10 @@ Test Harness and Settings Windows fit on small screens better * Auto-correct file_types problems for Browse buttons. Automatically change the formatting from (str, str) to ((str, str),) and warns the user * Docstring typo fixes for file_types parm +## 4.60.1 PySimpleGUI 22-May-2022 + +* A patch-release that fixes crash if `horizontal_scrollbar=True` when making a `Listbox` element + ## Code Condition Make it run diff --git a/readme_creator/markdown input files/4_Release_notes.md b/readme_creator/markdown input files/4_Release_notes.md index 18766c25..d2898dd5 100644 --- a/readme_creator/markdown input files/4_Release_notes.md +++ b/readme_creator/markdown input files/4_Release_notes.md @@ -2574,6 +2574,10 @@ Test Harness and Settings Windows fit on small screens better * Auto-correct file_types problems for Browse buttons. Automatically change the formatting from (str, str) to ((str, str),) and warns the user * Docstring typo fixes for file_types parm +## 4.60.1 PySimpleGUI 22-May-2022 + +* A patch-release that fixes crash if `horizontal_scrollbar=True` when making a `Listbox` element + ## Code Condition diff --git a/readme_creator/markdown input files/5_call_reference.md b/readme_creator/markdown input files/5_call_reference.md index 693fcfe3..1d9f56ed 100644 --- a/readme_creator/markdown input files/5_call_reference.md +++ b/readme_creator/markdown input files/5_call_reference.md @@ -1665,8 +1665,6 @@ The following methods are here for backwards compatibility reference. You will ### SetTooltip -### TKOut - ### Update diff --git a/readme_creator/output/call reference.md b/readme_creator/output/call reference.md index 898e542a..898641dd 100644 --- a/readme_creator/output/call reference.md +++ b/readme_creator/output/call reference.md @@ -7583,8 +7583,6 @@ Parameter Descriptions: |--|--|--| | str | tooltip_text | the text to show in tooltip. | -### TKOut - ### Update Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior diff --git a/readme_creator/output/index.md b/readme_creator/output/index.md index 132e4406..6a9cd999 100644 --- a/readme_creator/output/index.md +++ b/readme_creator/output/index.md @@ -10164,6 +10164,10 @@ Test Harness and Settings Windows fit on small screens better * Auto-correct file_types problems for Browse buttons. Automatically change the formatting from (str, str) to ((str, str),) and warns the user * Docstring typo fixes for file_types parm +## 4.60.1 PySimpleGUI 22-May-2022 + +* A patch-release that fixes crash if `horizontal_scrollbar=True` when making a `Listbox` element + ## Code Condition Make it run