Slider.update fix...

This commit is contained in:
PySimpleGUI 2022-01-09 09:29:57 -05:00
parent db87816370
commit 49013fbbbf
1 changed files with 0 additions and 2 deletions

View File

@ -7028,8 +7028,6 @@ class Slider(Element):
self.TKScale.pack_forget()
elif visible is True:
self.TKScale.pack(padx=self.pad_used[0], pady=self.pad_used[1])
if range != (None, None):
self.TKScale.config(from_=range[0], to_=range[1])
if visible is not None:
self._visible = visible