summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-05-01 01:43:22 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-05-01 01:43:22 (GMT)
commit875c761e95dc11b10766063e506305bf9e47cfdd (patch)
treef794dea09c0ec01998c0388991c3f30a64c4066a /library/text.tcl
parent22119027ff83c020947fe6d3a875bfb29d61ded7 (diff)
downloadtk-875c761e95dc11b10766063e506305bf9e47cfdd.zip
tk-875c761e95dc11b10766063e506305bf9e47cfdd.tar.gz
tk-875c761e95dc11b10766063e506305bf9e47cfdd.tar.bz2
Remove unnecessary call to Button1-Release in text widget
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/text.tcl b/library/text.tcl
index a03faec..d53aa32 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -90,9 +90,6 @@ bind Text <B1-Enter> {
}
bind Text <ButtonRelease-1> {
tk::CancelRepeat
- if {[tk windowingsystem] eq "aqua"} {
- ::tk::RegisterServiceWidget %W
- }
}
bind Text <Control-1> {