Docs for release 3.10.2, 1.2.2.... Post-release fix for table scrolling
This commit is contained in:
parent
c2fb118e5e
commit
fcd23f1a6e
4 changed files with 45 additions and 27 deletions
|
@ -23,9 +23,9 @@
|
|||
|
||||
## Now supports both Python 2.7 & 3
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
@ -3638,6 +3638,11 @@ It's official. There is a 2.7 version of PySimpleGUI!
|
|||
* Window.Minimize will minimize to taskbar
|
||||
* Button background color can be set to system default (i.e. not changed)
|
||||
|
||||
### 3.10.2 & 1.2.2
|
||||
Emergency patch release... going out same day as previous release
|
||||
* The timeout timer for the new Read with timer wasn't being properly shut down
|
||||
* The Image.Update method appears to not have been written correctly. It didn't handle base64 images like the other elements that deal with images (buttons)
|
||||
|
||||
|
||||
|
||||
### Upcoming
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue