From 93be8d805e7e1f32638015770446476fef22ceac Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 22 May 2016 16:11:01 +0100 Subject: In 8-bit mode, when using a 1-bit mask, set the mask so only wholly transparent pixels are not plotted by default. This is considered "more correct" than setting an arbitrary value when full alpha is not possible. --- frontends/amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/amiga/options.h b/frontends/amiga/options.h index 0c4db5c45..39e62dc10 100644 --- a/frontends/amiga/options.h +++ b/frontends/amiga/options.h @@ -51,7 +51,7 @@ NSOPTION_BOOL(download_notify, true) NSOPTION_BOOL(faster_scroll, true) NSOPTION_BOOL(scale_quality, false) NSOPTION_INTEGER(dither_quality, 0) -NSOPTION_INTEGER(mask_alpha, 50) +NSOPTION_INTEGER(mask_alpha, 0) NSOPTION_BOOL(ask_overwrite, true) NSOPTION_INTEGER(printer_unit, 0) NSOPTION_INTEGER(print_scale, 100) -- cgit v1.2.3