diff options
-rw-r--r-- | mac/tkMacButton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mac/tkMacButton.c b/mac/tkMacButton.c index 582d548..739cc8b 100644 --- a/mac/tkMacButton.c +++ b/mac/tkMacButton.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacButton.c,v 1.8 2000/02/10 08:49:29 jingham Exp $ + * RCS: @(#) $Id: tkMacButton.c,v 1.9 2000/02/10 08:51:43 jingham Exp $ */ #include "tkButton.h" @@ -874,9 +874,9 @@ DrawBufferedControl( } else { (**controlHandle).contrlVis = 0; } -#if 0 - LMSetWindowList((WindowRef) ((CWindowPeek) windowRef)->nextWindow); -#endif + if (!TkMacHaveAppearance()) { + LMSetWindowList((WindowRef) ((CWindowPeek) windowRef)->nextWindow); + } } /* |