summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-11-05 07:06:01 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-11-05 07:06:01 (GMT)
commit5aba7df3488f40e8f10d5edc9df63cd4455c1c9b (patch)
tree0f0a6e8b299215c139a52e37288c403b1749d819 /library
parent7d9bb7bfebea9a178a68f8dd61342b512c53005f (diff)
downloadtk-5aba7df3488f40e8f10d5edc9df63cd4455c1c9b.zip
tk-5aba7df3488f40e8f10d5edc9df63cd4455c1c9b.tar.gz
tk-5aba7df3488f40e8f10d5edc9df63cd4455c1c9b.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index a9db8cb..d045222 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -308,7 +308,6 @@ proc ::tk::EventMotifBindings {n1 dummy dummy} {
event $op <<Cut>> <Control-Key-w>
event $op <<Copy>> <Meta-Key-w>
event $op <<Paste>> <Control-Key-y>
- event $op <<Undo>> <Control-underscore>
}
#----------------------------------------------------------------------