We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ff79e + 7c06c19 commit be1829cCopy full SHA for be1829c
1 file changed
gitk
@@ -12596,7 +12596,7 @@ set foundbgcolor yellow
12596
set currentsearchhitbgcolor orange
12597
12598
# button for popping up context menus
12599
-if {[tk windowingsystem] eq "aqua"} {
+if {[tk windowingsystem] eq "aqua" && [package vcompare $::tcl_version 8.7] < 0} {
12600
set ctxbut <Button-2>
12601
} else {
12602
set ctxbut <Button-3>
0 commit comments