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:
@ -45,6 +45,7 @@ method show {} {
|
|||||||
|
|
||||||
method hide {} {
|
method hide {} {
|
||||||
if {[visible $this]} {
|
if {[visible $this]} {
|
||||||
|
$w.ent delete 0 end
|
||||||
focus $ctext
|
focus $ctext
|
||||||
grid remove $w
|
grid remove $w
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user