summaryrefslogtreecommitdiffstats
path: root/mac/tkMacButton.c
diff options
context:
space:
mode:
authorjingham <jingham>2000-02-10 08:51:43 (GMT)
committerjingham <jingham>2000-02-10 08:51:43 (GMT)
commit0fed461b8ba1eb9ee9ebed8dc2a432640c387098 (patch)
treec816efa40e082ef5fee361e4adf9180520c05da2 /mac/tkMacButton.c
parent0ef21fae896c90c84e8da777d6a2e1c38b23b967 (diff)
downloadtk-0fed461b8ba1eb9ee9ebed8dc2a432640c387098.zip
tk-0fed461b8ba1eb9ee9ebed8dc2a432640c387098.tar.gz
tk-0fed461b8ba1eb9ee9ebed8dc2a432640c387098.tar.bz2
Fix up debugging detritus in previous checkin.
Diffstat (limited to 'mac/tkMacButton.c')
-rw-r--r--mac/tkMacButton.c8
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);
+ }
}
/*