mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:30:47 +00:00
use red color when bitmap is not available for bitmapfill (probably some fallback in flash player for erroneous bitmap fills)
This commit is contained in:
@@ -1135,7 +1135,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
|
||||
try {
|
||||
tempFile = File.createTempFile("ffdec_view_", ".swf");
|
||||
try (OutputStream fos = new BufferedOutputStream(new FileOutputStream(tempFile))) {
|
||||
swf.saveTo(fos);
|
||||
swf.saveTo(fos, false);
|
||||
}
|
||||
//Inject Loader
|
||||
if (swf.isAS3() && Configuration.autoOpenLoadedSWFs.get() && !Configuration.internalFlashViewer.get() && !DebuggerTools.hasDebugger(swf)) {
|
||||
|
||||
Reference in New Issue
Block a user