Conflation fixing defaults to off.

This commit is contained in:
Jindra Petřík
2025-04-21 01:47:21 +02:00
parent 0913af7520
commit c053c96fcb
2 changed files with 3 additions and 3 deletions

View File

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

View File

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