Browse Source

git-gui: clear the goto line input when hiding

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
maint
Bert Wesarg 14 years ago committed by Pat Thoyts
parent
commit
81a92e5205
  1. 1
      lib/line.tcl

1
lib/line.tcl

@ -45,6 +45,7 @@ method show {} { @@ -45,6 +45,7 @@ method show {} {

method hide {} {
if {[visible $this]} {
$w.ent delete 0 end
focus $ctext
grid remove $w
}

Loading…
Cancel
Save