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
+20-4Lines changed: 20 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.201 Unreleased"
3
+
version = __version__ = "4.61.0.203 Unreleased"
4
4
5
5
_change_log = """
6
6
Changelog since 4.60.0 released to PyPI on 8-May-2022
@@ -474,6 +474,10 @@
474
474
Fix for grab anywhere window movement and control+left_mouse_drag. Window move smoother, including the Move-All-Windows feature. Thank you JASON for the help!
475
475
4.61.0.201
476
476
Added init for _mouse_offset_x and y in case tkinter doesn't call the mouse down callback
477
+
4.61.0.202
478
+
Added doctring and destroy previous right click menu to set_right_click_menu
479
+
4.61.0.203
480
+
Changed Sizer element to use Canvas instead of Column element
0 commit comments