summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorculler <culler>2019-10-23 21:52:37 (GMT)
committerculler <culler>2019-10-23 21:52:37 (GMT)
commit08fe0c62213c3897a4afcf8ee9c2de44d61f1442 (patch)
tree4ec1919de95da102c3f5992b2723b6c6c4d75f92 /library/text.tcl
parente52422e60cb9265936b53ae27a0ee159416221db (diff)
downloadtk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.zip
tk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.tar.gz
tk-08fe0c62213c3897a4afcf8ee9c2de44d61f1442.tar.bz2
Rework and simplify services so the TkService object won't interfere with IME. It didn't need to be a subclass of NSView, or be in the Responder chain.
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/library/text.tcl b/library/text.tcl
index c4e3388..0530cf5 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -42,12 +42,6 @@
# Standard Motif bindings:
-bind Text <Map> {
- if {[tk windowingsystem] eq "aqua"} {
- ::tk::RegisterServiceWidget %W
- }
-}
-
bind Text <1> {
tk::TextButton1 %W %x %y
%W tag remove sel 0.0 end