Fixed: #2354 Simplify expressions problems in some cases

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 79765e07a8
commit f6010cf7ed
4 changed files with 14 additions and 3 deletions
+2
View File
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- FLA export - DefineEditText default text color alpha
- Text display - Alpha channel should not be supported for texts using device fonts
- [#2192] Long script lines are now wrapped (1000 chars limit by default) to avoid problems on Linux
- [#2354] Simplify expressions problems in some cases
## [21.1.1] - 2024-10-13
### Added
@@ -3625,6 +3626,7 @@ Major version of SWF to XML export changed to 2.
[#2341]: https://www.free-decompiler.com/flash/issues/2341
[#2345]: https://www.free-decompiler.com/flash/issues/2345
[#2192]: https://www.free-decompiler.com/flash/issues/2192
[#2354]: https://www.free-decompiler.com/flash/issues/2354
[#2321]: https://www.free-decompiler.com/flash/issues/2321
[#2305]: https://www.free-decompiler.com/flash/issues/2305
[#2328]: https://www.free-decompiler.com/flash/issues/2328