From 0fed461b8ba1eb9ee9ebed8dc2a432640c387098 Mon Sep 17 00:00:00 2001 From: jingham Date: Thu, 10 Feb 2000 08:51:43 +0000 Subject: Fix up debugging detritus in previous checkin. --- mac/tkMacButton.c | 8 ++++---- 1 file 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); + } } /* -- cgit v0.12