From: Ian Jackson Date: Tue, 24 May 2016 13:59:25 +0000 (+0100) Subject: do not destroy .i.i.make-exist, since this sometimes causes trouble X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl-applet.git;a=commitdiff_plain;h=f6dacaec04481ca53da7f627b463553cf254d745;ds=inline do not destroy .i.i.make-exist, since this sometimes causes trouble --- 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" }