From 45086839991735973255e2347ddcd435d955154e Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Thu, 5 Sep 2019 10:47:54 -0400 Subject: [PATCH 1/2] Shift + Mousewheel will scroll a column horizontally --- PySimpleGUI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 0cf96db9..69452736 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -3839,6 +3839,7 @@ class TkScrollableFrame(tk.Frame): self.bind('', self.set_scrollregion) self.TKFrame.bind_all("", self.yscroll) # THIS IS IT! The line of code that enables the column to be scrolled with the mouse! + self.TKFrame.bind_all("", self.xscroll) # THIS IS IT! The line of code that enables the column to be scrolled with the mouse! From 7182b49791f896296f21351fec5d25479718d41d Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Thu, 5 Sep 2019 10:48:35 -0400 Subject: [PATCH 2/2] Version 4.4.0.10 Unreleased --- PySimpleGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 69452736..5f1582b2 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "4.4.0.9 Unreleased Scrollable Columns, shortcuts, column sizing, window()" +version = __version__ = "4.4.0.10 Unreleased Scrollable Columns, shortcuts, column sizing, window()" # 888888ba .d88888b oo dP .88888. dP dP dP