Commented out line of code because of Linux compatibility
This commit is contained in:
parent
9c548021d5
commit
b7dfccecd0
|
@ -5033,7 +5033,7 @@ def PackFormIntoFrame(form, containing_frame, toplevel_form:Window):
|
||||||
'sticky': 'nswe'})])
|
'sticky': 'nswe'})])
|
||||||
|
|
||||||
# Copy default TCombobox settings
|
# Copy default TCombobox settings
|
||||||
combostyle.configure(style_name, *combostyle.configure("TCombobox"))
|
# combostyle.configure(style_name, *combostyle.configure("TCombobox"))
|
||||||
|
|
||||||
# Set individual widget options
|
# Set individual widget options
|
||||||
combostyle.configure(style_name, foreground=element.TextColor)
|
combostyle.configure(style_name, foreground=element.TextColor)
|
||||||
|
|
Loading…
Reference in New Issue