Added: #1418 Option to make main window Always on top

This commit is contained in:
Jindra Petřík
2025-05-23 21:25:49 +02:00
parent f34176108e
commit 347fadee0f
22 changed files with 141 additions and 22 deletions
+2
View File
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
- `-configFile` and `-storeConfigFile` commandline parameters for loading/storing configuration file
- Option to .bat and .sh file to enable J2D_D3D_NO_HWCHECK
- [#2404] Quick find in text/script editors - show number of occurences
- [#1418] Option to make main window Always on top
### Fixed
- [#2456] FLA export - NullPointer exception while exporting to CS4 or lower via commandline
@@ -3803,6 +3804,7 @@ Major version of SWF to XML export changed to 2.
[alpha 8]: https://github.com/jindrapetrik/jpexs-decompiler/compare/alpha7...alpha8
[alpha 7]: https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/alpha7
[#2404]: https://www.free-decompiler.com/flash/issues/2404
[#1418]: https://www.free-decompiler.com/flash/issues/1418
[#2456]: https://www.free-decompiler.com/flash/issues/2456
[#2427]: https://www.free-decompiler.com/flash/issues/2427
[#1826]: https://www.free-decompiler.com/flash/issues/1826