We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62b887 commit 56a2ca5Copy full SHA for 56a2ca5
library/tk.tcl
@@ -538,7 +538,7 @@ if {$::tk_library ne ""} {
538
# Do not load accessibility under XQuartz on macOS. There are too many
539
# conflicts between macOS accessibility and what standard X11 expects,
540
# and this causes crashes on Darwin/XQuartz.
541
- if {![interp issafe] &&$::tcl_platform(os) ne "Darwin" && [tk windowingsystem] ne "x11"} {
+ if {![interp issafe] && !($::tcl_platform(os) eq "Darwin" && [tk windowingsystem] eq "x11")} {
542
SourceLibFile accessibility
543
}
544
SourceLibFile icons
0 commit comments