4.60.1 patch release added to release notes
This commit is contained in:
parent
8a8ae3df15
commit
9f87cdbb25
|
@ -7583,8 +7583,6 @@ Parameter Descriptions:
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
| str | tooltip_text | the text to show in tooltip. |
|
| str | tooltip_text | the text to show in tooltip. |
|
||||||
|
|
||||||
### TKOut
|
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
|
|
||||||
Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior
|
Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior
|
||||||
|
|
|
@ -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
|
* 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
|
* 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
|
## Code Condition
|
||||||
|
|
||||||
Make it run
|
Make it run
|
||||||
|
|
|
@ -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
|
* 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
|
* 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
|
## Code Condition
|
||||||
|
|
||||||
|
|
|
@ -1665,8 +1665,6 @@ The following methods are here for backwards compatibility reference. You will
|
||||||
### SetTooltip
|
### SetTooltip
|
||||||
<!-- <+Output.SetTooltip+> -->
|
<!-- <+Output.SetTooltip+> -->
|
||||||
|
|
||||||
### TKOut
|
|
||||||
<!-- <+Output.TKOut+> -->
|
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
<!-- <+Output.Update+> -->
|
<!-- <+Output.Update+> -->
|
||||||
|
|
|
@ -7583,8 +7583,6 @@ Parameter Descriptions:
|
||||||
|--|--|--|
|
|--|--|--|
|
||||||
| str | tooltip_text | the text to show in tooltip. |
|
| str | tooltip_text | the text to show in tooltip. |
|
||||||
|
|
||||||
### TKOut
|
|
||||||
|
|
||||||
### Update
|
### Update
|
||||||
|
|
||||||
Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior
|
Changes some of the settings for the Multiline Element. Must call `Window.Read` or `Window.Finalize` prior
|
||||||
|
|
|
@ -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
|
* 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
|
* 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
|
## Code Condition
|
||||||
|
|
||||||
Make it run
|
Make it run
|
||||||
|
|
Loading…
Reference in New Issue