mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 16:20:47 +00:00
new SVG export algorithm from as3swf
This commit is contained in:
@@ -482,7 +482,7 @@ public class MainFrameRibbonMenu implements MainFrameMenu, ActionListener {
|
||||
closeFileMenu.setEnabled(swfLoaded);
|
||||
closeAllFilesMenu.setEnabled(swfLoaded);
|
||||
|
||||
boolean isBundle = swfLoaded && (swf.swfList!=null ) && swf.swfList.isBundle;
|
||||
boolean isBundle = swfLoaded && (swf.swfList != null) && swf.swfList.isBundle;
|
||||
saveCommandButton.setEnabled(swfLoaded && !isBundle);
|
||||
saveasCommandButton.setEnabled(swfLoaded);
|
||||
saveasexeCommandButton.setEnabled(swfLoaded);
|
||||
|
||||
Reference in New Issue
Block a user