diff options
-rw-r--r-- | lib/blame.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/blame.tcl b/lib/blame.tcl index 62ec083667..8441e109be 100644 --- a/lib/blame.tcl +++ b/lib/blame.tcl @@ -328,6 +328,7 @@ constructor new {i_commit i_path i_jump} { bind $i <Any-Motion> [cb _show_tooltip $i @%x,%y] bind $i <Any-Enter> [cb _hide_tooltip] bind $i <Any-Leave> [cb _hide_tooltip] + bind $i <Deactivate> [cb _hide_tooltip] bind_button3 $i " [cb _hide_tooltip] set cursorX %x |