Release 3.36
This commit is contained in:
parent
a21c60e9e6
commit
2dc8972931
3 changed files with 58 additions and 8 deletions
20
readme.md
20
readme.md
|
@ -26,9 +26,9 @@
|
|||
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
@ -4971,6 +4971,22 @@ Mixup.... 3.26 changes don't appear to have been correctly released so releasing
|
|||
|
||||
* Bug fix - when setting default for Checkbox it was also disabling the element!
|
||||
|
||||
|
||||
## 3.36 PySimpleGUI & 1.36 PySimpleGUI27 29-May-2019
|
||||
|
||||
A combination of user requests, and needs of new `imwatchingyou` debugger
|
||||
|
||||
* New Debugger Icon for future built-in debugger
|
||||
* Fixed bug in FindBoundReturnKey - needed to also check Panes
|
||||
* NEW Window functions to turn on/off the Grab Anywhere feature
|
||||
* `Window.GrabAnyWhereOn()`
|
||||
* `Window.GrabAnyWhereOff()`
|
||||
* New "Debugger" button that's built-in like other buttons. It's a TINY button with a logo. For future use when a debugger is built into PySimpleGUI itself (SOON!)
|
||||
* Change Text Element Wrap Length calculation. Went fromn +40 pixels to +10 pixels in formula
|
||||
* PopupGetFile has new parameter - `multiple_files`. If True then allows selection of multiple files
|
||||
|
||||
|
||||
|
||||
### Upcoming
|
||||
Make suggestions people! Future release features
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue