Commented out line of code because of Linux compatibility

This commit is contained in:
MikeTheWatchGuy 2019-01-03 19:57:10 -05:00
parent 9c548021d5
commit b7dfccecd0
1 changed files with 1 additions and 1 deletions

View File

@ -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)