From 81a92e52059b3e2246142650b1282c6f21f49507 Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Thu, 13 Oct 2011 15:48:13 +0200 Subject: [PATCH] git-gui: clear the goto line input when hiding Signed-off-by: Bert Wesarg Signed-off-by: Pat Thoyts --- lib/line.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/line.tcl b/lib/line.tcl index 904722e677..ee27bd257a 100644 --- a/lib/line.tcl +++ b/lib/line.tcl @@ -45,6 +45,7 @@ method show {} { method hide {} { if {[visible $this]} { + $w.ent delete 0 end focus $ctext grid remove $w } -- 2.11.4.GIT