Skip to content

Commit

Permalink
git-gui: clear the goto line input when hiding
Browse files Browse the repository at this point in the history
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Bert Wesarg authored and Pat Thoyts committed Oct 15, 2011
1 parent 5925210 commit 81a92e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/line.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ method show {} {

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

0 comments on commit 81a92e5

Please sign in to comment.