From 6efdc96d666911bae091301b1fccb28bc5865437 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 21 Jan 2000 04:33:41 +0000 Subject: removed deletehandler for transient master so that they will always trigger children when made visible --- win/tkWinWm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 4d85587..ca1e819 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinWm.c,v 1.16 2000/01/21 03:55:26 hobbs Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.17 2000/01/21 04:33:41 hobbs Exp $ */ #include "tkWinInt.h" @@ -2302,9 +2302,11 @@ WmWaitVisibilityProc(clientData, eventPtr) if ((state == NormalState) || (state == ZoomState)) { TkpWmSetState(winPtr, state); UpdateWrapper(winPtr); +#if 0 Tk_DeleteEventHandler((Tk_Window) masterPtr, VisibilityChangeMask, WmWaitVisibilityProc, (ClientData) winPtr); +#endif } } } -- cgit v0.12