From c9cfe0549ecf89a9ac1e0e00edafb230955a0a17 Mon Sep 17 00:00:00 2001 From: das Date: Sun, 7 Dec 2008 16:45:59 +0000 Subject: TkpDisplayButton: use computed borderWidth --- macosx/tkMacOSXButton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c index 7304617..e425059 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.32 2007/12/13 15:27:08 dgp Exp $ + * RCS: @(#) $Id: tkMacOSXButton.c,v 1.32.2.1 2008/12/07 16:45:59 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -486,7 +486,7 @@ TkpDisplayButton( Tk_Draw3DRectangle(tkwin, pixmap, dpPtr->border, inset, inset, Tk_Width(tkwin) - 2*inset, Tk_Height(tkwin) - 2*inset, - butPtr->borderWidth, dpPtr->relief); + borderWidth, dpPtr->relief); } } if (portChanged) { -- cgit v0.12