summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl')
-rw-r--r--Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl b/Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl
index 6422c67f0ba..9833e8f89c7 100644
--- a/Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl
+++ b/Master/tlpkg/tltcl/lib/tk8.6/demos/pendulum.tcl
@@ -113,7 +113,7 @@ bind $w.c <Destroy> {
after cancel $animationCallbacks(pendulum)
unset animationCallbacks(pendulum)
}
-bind $w.c <1> {
+bind $w.c <Button-1> {
after cancel $animationCallbacks(pendulum)
showPendulum %W at %x %y
}