1
0
mirror of https://github.com/git/git.git synced 2024-10-21 05:48:38 +02:00

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>
This commit is contained in:
Bert Wesarg 2011-10-13 15:48:13 +02:00 committed by Pat Thoyts
parent 59252107ac
commit 81a92e5205

@ -45,6 +45,7 @@ method show {} {
method hide {} {
if {[visible $this]} {
$w.ent delete 0 end
focus $ctext
grid remove $w
}