Issue #207 Update SWF preview after switching external to own Flash player view and vice versa.

This commit is contained in:
Jindra Petk
2013-07-13 13:29:54 +02:00
parent a0cb3259c9
commit aec3c5c72b

View File

@@ -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) {