summaryrefslogtreecommitdiffstats
path: root/library/spinbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 17:22:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 17:22:47 (GMT)
commit758da8219845218afd2e7c3f4585925057b8e704 (patch)
tree455bbdd915f11f6190190660c6cd689410674e80 /library/spinbox.tcl
parentdd115bc874fa009623fcc254a5609708d53564e7 (diff)
parent16578490e25354e6e91563c1da211b9cb1a3151c (diff)
downloadtk-758da8219845218afd2e7c3f4585925057b8e704.zip
tk-758da8219845218afd2e7c3f4585925057b8e704.tar.gz
tk-758da8219845218afd2e7c3f4585925057b8e704.tar.bz2
Merge 8.7
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r--library/spinbox.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 8308c2c..8dd20eb 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -218,9 +218,7 @@ bind Spinbox <KP_Enter> {# nothing}
bind Spinbox <Tab> {# nothing}
bind Spinbox <Prior> {# nothing}
bind Spinbox <Next> {# nothing}
-if {[tk windowingsystem] eq "aqua"} {
- bind Spinbox <Command-Key> {# nothing}
-}
+bind Spinbox <Command-Key> {# nothing}
# On Windows, paste is done using Shift-Insert. Shift-Insert already
# generates the <<Paste>> event, so we don't need to do anything here.