aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cordarrows-plugin.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cordarrows-plugin.tcl b/cordarrows-plugin.tcl
index abf71ef..1c35a6d 100644
--- a/cordarrows-plugin.tcl
+++ b/cordarrows-plugin.tcl
@@ -13,4 +13,4 @@ proc add_arrows_to_cords {mytoplevel} {
}
-bind all <<EditMode>> {+add_arrows_to_cords %W}
+bind PatchWindow <<EditMode>> {+add_arrows_to_cords %W}