Select opened SWF to Simple editor

This commit is contained in:
Jindra Petřík
2025-05-15 19:49:54 +02:00
parent b6b86676d0
commit 03da8d6fde

View File

@@ -1824,6 +1824,9 @@ public class Main {
mainFrame.getPanel().tagListTree.setExpandPathString(tagListPathStr);
}
mainFrame.getPanel().updateMissingNeededCharacters();
if (fswf != null) {
mainFrame.getPanel().easyPanel.setTimelined(fswf);
}
}
if (executeAfterOpen != null && fopenable != null) {