From 2842c707239cbfd5d5c2996f52f82798fe7cc39e Mon Sep 17 00:00:00 2001 From: stanton Date: Thu, 4 Feb 1999 21:44:17 +0000 Subject: * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr is cleared when it is being destroyed. FossilOrigin-Name: 4b73d7b1910a0e455244b3cb157771685b8852d4 --- win/tkWinMenu.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c index 2f7210c..734591d 100644 --- a/win/tkWinMenu.c +++ b/win/tkWinMenu.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinMenu.c,v 1.3 1998/09/14 18:24:00 stanton Exp $ + * RCS: @(#) $Id: tkWinMenu.c,v 1.4 1999/02/04 21:44:18 stanton Exp $ */ #define OEMRESOURCE @@ -364,6 +364,10 @@ TkpDestroyMenu(menuPtr) DestroyMenu(winMenuHdl); } menuPtr->platformData = NULL; + + if (menuPtr == modalMenuPtr) { + modalMenuPtr = NULL; + } } /* -- cgit v0.12