From b7dfccecd050b5bcd37e3ffb355a28f591636d55 Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Thu, 3 Jan 2019 19:57:10 -0500 Subject: [PATCH] Commented out line of code because of Linux compatibility --- PySimpleGUI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 5e4d7ac7..22a8ff22 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -5033,7 +5033,7 @@ def PackFormIntoFrame(form, containing_frame, toplevel_form:Window): 'sticky': 'nswe'})]) # Copy default TCombobox settings - combostyle.configure(style_name, *combostyle.configure("TCombobox")) + # combostyle.configure(style_name, *combostyle.configure("TCombobox")) # Set individual widget options combostyle.configure(style_name, foreground=element.TextColor)