From f8fd871f4aef621bf38e7f3cb69ea6463da46554 Mon Sep 17 00:00:00 2001 From: dkf Date: Thu, 16 Mar 2006 00:38:42 +0000 Subject: D'oh! --- generic/tkImgPhoto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index 83f5237..e1ca874 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.62 2006/03/16 00:31:13 dkf Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.63 2006/03/16 00:38:42 dkf Exp $ */ #include "tkInt.h" @@ -4712,6 +4712,7 @@ Tk_PhotoPutZoomedBlock( } sourceIsSimplePhoto = compRule & SOURCE_IS_SIMPLE_ALPHA_PHOTO; + compRule &= ~SOURCE_IS_SIMPLE_ALPHA_PHOTO; masterPtr = (PhotoMaster *) handle; if (zoomX <= 0 || zoomY <= 0) { -- cgit v0.12