diff --git a/CHANGELOG.md b/CHANGELOG.md index 502eac31c..075151d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file. ### Added - [#2427] Commandline export with use of imported SWFs (importAssets tag) - Auto detect scale factor on Hi-dpi displays -- [#1826] Extending fill area by half pixel to fix antialias conflation artifacts - (Can be turned off in advanced settings) +- [#1826] (Optional) Extending fill area by half pixel to fix antialias conflation artifacts + (Can be turned on in advanced settings) ### Fixed - [#2424] DefineEditText handling of letterSpacing, font size on incorrect values diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java index 57cc0f744..7c800c36c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java @@ -836,7 +836,7 @@ public final class Configuration { @ConfigurationCategory("display") public static ConfigurationItem playFrameSounds = null; - @ConfigurationDefaultBoolean(true) + @ConfigurationDefaultBoolean(false) @ConfigurationCategory("display") public static ConfigurationItem fixAntialiasConflation = null;