code hint fixes

This commit is contained in:
honfika@gmail.com
2015-01-18 22:49:59 +01:00
parent ade56d45a2
commit e4e9676081
25 changed files with 136 additions and 147 deletions

View File

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