chiark / gitweb /
do not destroy .i.i.make-exist, since this sometimes causes trouble
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 May 2016 13:59:25 +0000 (14:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 24 May 2016 13:59:25 +0000 (14:59 +0100)
applet.tcl

index 93e9c31e2e59507d7c5e25d79f1bf514bff1f9fc..59a67ffcc185d136f8a6fe32499b85d7bf69f65f 100644 (file)
@@ -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 <<IconConfigure>> { 
        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"
     }