From be6f4d3997989012210ee3413c5186c7fb0ee29a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 6 Jan 2014 18:37:43 +0000 Subject: Probably shouldn't override thumbnail source alpha --- amiga/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/thumbnail.c') diff --git a/amiga/thumbnail.c b/amiga/thumbnail.c index 51630be96..9c149129d 100755 --- a/amiga/thumbnail.c +++ b/amiga/thumbnail.c @@ -69,7 +69,7 @@ bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap, if(GfxBase->LibNode.lib_Version >= 53) // AutoDoc says v52, but this function isn't in OS4.0, so checking for v53 (OS4.1) { float resample_scale = bitmap->width / (float)plot_width; - uint32 flags = COMPFLAG_IgnoreDestAlpha | COMPFLAG_SrcAlphaOverride; + uint32 flags = COMPFLAG_IgnoreDestAlpha; if(nsoption_bool(scale_quality)) flags |= COMPFLAG_SrcFilter; CompositeTags(COMPOSITE_Src,browserglob.bm,bitmap->nativebm, -- cgit v1.2.3