tags parameter removed where not needed

ImageFrame - resizing sprites to max of stage size
ButtonTag is Timelined
MorphShapeTag has getShapeAtRatio
using DefineButtonCxForm on Button1 timeline
This commit is contained in:
Jindra Petk
2014-03-05 18:19:14 +01:00
parent 7599463212
commit 1b58deff6b
20 changed files with 49 additions and 39 deletions

View File

@@ -2446,7 +2446,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
ImageTag imageTag = (ImageTag) tagObj;
showHideImageReplaceButton(imageTag.importSupported());
showCard(CARDIMAGEPANEL);
imagePanel.setImage(imageTag.getImage(imageTag.getSwf().tags));
imagePanel.setImage(imageTag.getImage());
} else if ((tagObj instanceof DrawableTag) && (!(tagObj instanceof TextTag)) && (!(tagObj instanceof FontTag)) && (mainMenu.isInternalFlashViewerSelected())) {
Tag tag = (Tag) tagObj;
showCard(CARDDRAWPREVIEWPANEL);