Fixed Reset configuration button in advanced settings not working

This commit is contained in:
Jindra Petřík
2022-10-30 19:33:45 +01:00
parent b011561f62
commit f5f6079846
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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")