From aec3c5c72b7ddb9ead409d7335192d234f692a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sat, 13 Jul 2013 13:29:54 +0200 Subject: [PATCH] Issue #207 Update SWF preview after switching external to own Flash player view and vice versa. --- trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 4fd1241b1..6a0868d39 100644 --- a/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/trunk/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -1805,6 +1805,7 @@ public class MainFrame extends AppFrame implements ActionListener, TreeSelection break; case "INTERNALVIEWERSWITCH": Configuration.setConfig("internalFlashViewer", (Boolean) miInternalViewer.isSelected()); + reload(true); break; case "SEARCHAS": if (searchDialog == null) {