mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 10:12:59 +00:00
Fixed Reset configuration button in advanced settings not working
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -80,7 +80,7 @@ public final class Configuration {
|
||||
|
||||
@ConfigurationDefaultInt(10)
|
||||
@ConfigurationCategory("decompilation")
|
||||
private static ConfigurationItem<Integer> parallelSpeedUpThreadCount = null;
|
||||
public static ConfigurationItem<Integer> parallelSpeedUpThreadCount = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(false)
|
||||
@ConfigurationCategory("script")
|
||||
|
||||
Reference in New Issue
Block a user