diff options
author | das <das> | 2008-12-07 16:45:59 (GMT) |
---|---|---|
committer | das <das> | 2008-12-07 16:45:59 (GMT) |
commit | c9cfe0549ecf89a9ac1e0e00edafb230955a0a17 (patch) | |
tree | ec35434f4ebb981a60ce5caf73f3e90ed96ffd3c /macosx/tkMacOSXButton.c | |
parent | ffe006b69d0b87dbb1c6ee5378ef72c756175571 (diff) | |
download | tk-c9cfe0549ecf89a9ac1e0e00edafb230955a0a17.zip tk-c9cfe0549ecf89a9ac1e0e00edafb230955a0a17.tar.gz tk-c9cfe0549ecf89a9ac1e0e00edafb230955a0a17.tar.bz2 |
TkpDisplayButton: use computed borderWidth
Diffstat (limited to 'macosx/tkMacOSXButton.c')
-rw-r--r-- | macosx/tkMacOSXButton.c | 4 |
1 files 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) { |