From 86cb489f9d555eb126bc7af0aed33123a9c1742c Mon Sep 17 00:00:00 2001 From: das Date: Fri, 9 Nov 2007 07:36:45 +0000 Subject: Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09 --- macosx/tkMacOSXButton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c index c3205b5..cde525c 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXButton.c,v 1.2.2.19 2007/11/09 06:26:54 das Exp $ + * RCS: @(#) $Id: tkMacOSXButton.c,v 1.2.2.20 2007/11/09 07:36:45 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -900,7 +900,7 @@ TkMacOSXDrawControl( * The control has been previously initialised. * It may need to be re-initialised */ -#ifdef TK_REBUILD_TOPLEVEL +#if 0 rebuild = (winPtr->flags & TK_REBUILD_TOPLEVEL); winPtr->flags &= ~TK_REBUILD_TOPLEVEL; #else -- cgit v0.12