mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 04:31:58 +00:00
Fixed: Not selecting proper script after restoring session
This commit is contained in:
@@ -1195,7 +1195,11 @@ public class Main {
|
||||
SwfSpecificConfiguration swfConf = Configuration.getSwfSpecificConfiguration(fswf.getShortFileName());
|
||||
if (swfConf != null) {
|
||||
String pathStr = swfConf.lastSelectedPath;
|
||||
mainFrame.getPanel().tagTree.setSelectionPathString(pathStr);
|
||||
if (isInited()) {
|
||||
mainFrame.getPanel().tagTree.setSelectionPathString(pathStr);
|
||||
} else {
|
||||
mainFrame.getPanel().tagTree.setExpandPathString(pathStr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user