You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PySimpleGUI.py
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/usr/bin/python3
2
2
3
-
version = __version__ = "4.61.0.163 Unreleased"
3
+
version = __version__ = "4.61.0.164 Unreleased"
4
4
5
5
_change_log = """
6
6
Changelog since 4.60.0 released to PyPI on 8-May-2022
@@ -393,6 +393,8 @@
393
393
Addition of new parms to Combo.update - text color, background color. Also font now applied correctly to dropdown list
394
394
4.61.0.163
395
395
Checkbox - added highlight thickness parm to control how thick the focus ring is. Defaults to 1 still but now changable
396
+
4.61.0.164
397
+
Input element - fixed problem where the input 'cursor' (the I-beam) was being set to the THEME'S color, not the color indicated by the individual element
396
398
"""
397
399
398
400
__version__ = version.split()[0] # For PEP 396 and PEP 345
0 commit comments