From f6dacaec04481ca53da7f627b463553cf254d745 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 24 May 2016 14:59:25 +0100 Subject: [PATCH] do not destroy .i.i.make-exist, since this sometimes causes trouble --- applet.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.tcl b/applet.tcl index 93e9c31..59a67ff 100644 --- a/applet.tcl +++ b/applet.tcl @@ -263,7 +263,7 @@ proc setup-subwindow {on_destroying on_ready} { .i configure -image applet::innerwindow-ph-horizontal destroy [frame .i.make-exist] - destroy [frame .i.i.make-exist] + #destroy [frame .i.i.make-exist] bind .i <> { applet::subwindow-need-recreate %T "%T i=%i k=%K N=%N R=%R S=%S k=%k m=%m d=%d s=%s a=%a b=%b c=%c f=%f w,h=%w,%h o=%o p=%p t=%t x,y=%x,%y B=%B D=%D E=%E P=%P W=%W X,Y=%X,%Y" } -- 2.30.2