mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 20:38:08 +00:00
Conflation fixing defaults to off.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -836,7 +836,7 @@ public final class Configuration {
|
||||
@ConfigurationCategory("display")
|
||||
public static ConfigurationItem<Boolean> playFrameSounds = null;
|
||||
|
||||
@ConfigurationDefaultBoolean(true)
|
||||
@ConfigurationDefaultBoolean(false)
|
||||
@ConfigurationCategory("display")
|
||||
public static ConfigurationItem<Boolean> fixAntialiasConflation = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user