Fixed: AMF0 - DateType and XMLType can also be referenced.

Fixed: Maintain AMF key order
This commit is contained in:
Jindra Petřík
2024-11-10 19:50:55 +01:00
parent cf6f8edc40
commit 497b5b5018
10 changed files with 51 additions and 33 deletions
@@ -1828,6 +1828,7 @@ public class PreviewPanel extends JPersistentSplitPane implements TagEditorPanel
amfVersionLabel.setText("" + solFile.getAmfVersion());
} catch (Exception ex) {
cookieEditor.setText("//Error: " + ex.getLocalizedMessage());
ex.printStackTrace();
}
}