diff --git a/lib/choose_rev.tcl b/lib/choose_rev.tcl index a063c5bc49..c8821c1463 100644 --- a/lib/choose_rev.tcl +++ b/lib/choose_rev.tcl @@ -451,7 +451,8 @@ method _sb_set {sb orient first last} { focus $old_focus } } - $sb set $first $last + + catch {$sb set $first $last} } method _show_tooltip {pos} {