#1676 View video tags in external flash projector

This commit is contained in:
Jindra Petřík
2021-04-02 21:34:58 +02:00
parent 7fad7ef046
commit 1a52709bd5
20 changed files with 578 additions and 241 deletions

View File

@@ -3559,10 +3559,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
previewPanel.showImagePanel(swf, swf, -1);
} else {
previewPanel.setParametersPanelVisible(false);
if (flashPanel != null) { //same for flashPanel2
previewPanel.showFlashViewerPanel();
previewPanel.showSwf(swf);
}
//if (flashPanel != null) { //same for flashPanel2
previewPanel.showFlashViewerPanel();
previewPanel.showSwf(swf);
//}
}
} else if ((treeItem instanceof PlaceObjectTypeTag) && (previewPanel != dumpPreviewPanel)) {
TreePath path = tagTree.getModel().getTreePath(treeItem);