diff --git a/CHANGELOG.md b/CHANGELOG.md index 35083dbba..9ed8ca57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ All notable changes to this project will be documented in this file. - [#1752] Freetransform tool on sprites with offset - [#1711] DefineFont2-3 advance values need to be handled as unsigned (UI16) - Leading of the font can be set to negative value +- Reset configuration button in advanced settings not working ### Changed - AS3 integer values are internally (e.g. in the lib) handled as java int type instead of long. 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 bbe8c2fae..4c2207244 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 @@ -80,7 +80,7 @@ public final class Configuration { @ConfigurationDefaultInt(10) @ConfigurationCategory("decompilation") - private static ConfigurationItem parallelSpeedUpThreadCount = null; + public static ConfigurationItem parallelSpeedUpThreadCount = null; @ConfigurationDefaultBoolean(false) @ConfigurationCategory("script")