mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 18:48:08 +00:00
Fixed Reload menu disabled when do SWF selected
This commit is contained in:
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Japanese in english locales for Gotoaddress, addclass dialog
|
||||
- AS1/2 DefineFunction cleaner
|
||||
- AS1/2 direct editation - postincrement/decrement
|
||||
- Reload menu disabled when do SWF selected
|
||||
|
||||
## [14.5.2] - 2021-11-20
|
||||
### Fixed
|
||||
|
||||
@@ -726,6 +726,7 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
setMenuEnabled("/file/close", swfSelected && !isWorking);
|
||||
setMenuEnabled("_/closeAll", swfLoaded && !isWorking);
|
||||
setMenuEnabled("/file/closeAll", swfLoaded && !isWorking);
|
||||
setMenuEnabled("/file/reload", swfSelected && !isWorking);
|
||||
|
||||
setMenuEnabled("/file/export", swfSelected);
|
||||
setMenuEnabled("_/exportAll", swfSelected && !isWorking);
|
||||
|
||||
Reference in New Issue
Block a user