mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 05:29:04 +00:00
code hint fixes
This commit is contained in:
@@ -194,7 +194,7 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
@Override
|
||||
public void propertyChange(PropertyChangeEvent pce) {
|
||||
if (splitsInited && getRightComponent().isVisible()) {
|
||||
Configuration.guiPreviewSplitPaneDividerLocation.set((int) pce.getNewValue());
|
||||
Configuration.guiPreviewSplitPaneDividerLocation.set((Integer) pce.getNewValue());
|
||||
}
|
||||
}
|
||||
});
|
||||
@@ -894,9 +894,9 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
new ShowFrameTag(swf).writeTag(sos2);
|
||||
|
||||
new ShowFrameTag(swf).writeTag(sos2);
|
||||
if (flashPanel != null) {
|
||||
//flashPanel.specialPlayback = true;
|
||||
}
|
||||
//if (flashPanel != null) {
|
||||
// flashPanel.specialPlayback = true;
|
||||
//}
|
||||
} else if (tagObj instanceof DefineVideoStreamTag) {
|
||||
|
||||
new PlaceObject2Tag(swf, false, false, false, false, false, true, true, false, 1, chtId, mat, null, 0, null, 0, null).writeTag(sos2);
|
||||
|
||||
Reference in New Issue
Block a user