mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 18:44:46 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user