Merge with 3.4
This commit is contained in:
commit
bcb0c134cb
|
@ -755,8 +755,10 @@ class EditorWindow(object):
|
|||
insertbackground=cursor_color,
|
||||
selectforeground=select_colors['foreground'],
|
||||
selectbackground=select_colors['background'],
|
||||
inactiveselectbackground=select_colors['background'],
|
||||
)
|
||||
if TkVersion >= 8.5:
|
||||
self.text.config(
|
||||
inactiveselectbackground=select_colors['background'])
|
||||
|
||||
IDENTCHARS = string.ascii_letters + string.digits + "_"
|
||||
|
||||
|
|
Loading…
Reference in New Issue